Information about plays

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

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

{
    "id": 3421617,
    "uri": "https://api.kexp.org/v2/plays/3421617/?format=api",
    "airdate": "2024-11-05T06:40:33-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia903003.us.archive.org/19/items/mbid-6225781f-ffff-3a20-8c9d-cd10f51bc6ac/mbid-6225781f-ffff-3a20-8c9d-cd10f51bc6ac-6114896613_thumb500.jpg",
    "thumbnail_uri": "https://ia803003.us.archive.org/19/items/mbid-6225781f-ffff-3a20-8c9d-cd10f51bc6ac/mbid-6225781f-ffff-3a20-8c9d-cd10f51bc6ac-6114896613_thumb250.jpg",
    "song": "Young, Gifted and Black",
    "track_id": "df561197-1ce1-36f9-8528-85068e97bcab",
    "recording_id": "60301e22-61bb-4954-9640-44a369ed722a",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Young, Gifted and Black",
    "release_id": "6225781f-ffff-3a20-8c9d-cd10f51bc6ac",
    "release_group_id": "f62ec525-7158-37c1-8535-6eaac62435b3",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you for this request, Amandalynn!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}