Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3415682/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3415682,
    "uri": "https://api.kexp.org/v2/plays/3415682/?format=api",
    "airdate": "2024-10-21T23:04:44-07:00",
    "show": 61640,
    "show_uri": "https://api.kexp.org/v2/shows/61640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do You Need a Friend",
    "track_id": null,
    "recording_id": null,
    "artist": "Christopher Owens",
    "artist_ids": [],
    "album": "I Wanna Run Barefoot Through Your Hair",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "True Panther"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beautiful and triumphant solo return from Girls' member Christopher Owens - https://christopherowens.bandcamp.com/album/i-wanna-run-barefoot-through-your-hair",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}