Information about plays

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

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

{
    "id": 3421826,
    "uri": "https://api.kexp.org/v2/plays/3421826/?format=api",
    "airdate": "2024-11-05T19:15:00-08:00",
    "show": 61774,
    "show_uri": "https://api.kexp.org/v2/shows/61774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Progress",
    "track_id": null,
    "recording_id": "4d7044f3-d1fe-42ec-8b61-d1408a5003bb",
    "artist": "Tony Allen",
    "artist_ids": [
        "ea524cc6-191a-4c05-ab88-3bb5c0880ca5"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Coconut"
    ],
    "label_ids": [
        "22d782b7-0d10-4b2f-b20a-dfc267cbc730"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tony Allen was Fela Kuti and The Africa 70’s drummer. He passed away recently in April 2020, from illness in Paris at age 79. Leaving a legendary legacy behind.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}