Information about plays

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

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

{
    "id": 3421663,
    "uri": "https://api.kexp.org/v2/plays/3421663/?format=api",
    "airdate": "2024-11-05T09:01:04-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://coverartarchive.org/release/4dabfae6-8a82-4e02-ae6a-39b71fcd8e4f/1978390222-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4dabfae6-8a82-4e02-ae6a-39b71fcd8e4f/1978390222-250.jpg",
    "song": "Time Has Come Today",
    "track_id": null,
    "recording_id": "cf2244e7-b31a-4318-9b41-7ce4580dc180",
    "artist": "The Chambers Brothers",
    "artist_ids": [
        "5c51de66-d15e-48ed-9402-0f17ba2dfc52"
    ],
    "album": "The Time Has Come",
    "release_id": null,
    "release_group_id": "17d9275b-727d-393d-8b8d-18114004f430",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}