Information about plays

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

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

{
    "id": 3422427,
    "uri": "https://api.kexp.org/v2/plays/3422427/?format=api",
    "airdate": "2024-11-07T08:00:22-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia801208.us.archive.org/2/items/mbid-eba2dc90-243f-4648-9de0-c39e937e893b/mbid-eba2dc90-243f-4648-9de0-c39e937e893b-11726171858_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/2/items/mbid-eba2dc90-243f-4648-9de0-c39e937e893b/mbid-eba2dc90-243f-4648-9de0-c39e937e893b-11726171858_thumb250.jpg",
    "song": "Welcome to the Occupation",
    "track_id": "e727770e-1399-40fa-b165-b2175ebcb474",
    "recording_id": "b6f964de-7818-4cce-b00d-0775de2746c9",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Document",
    "release_id": "eba2dc90-243f-4648-9de0-c39e937e893b",
    "release_group_id": "137385b2-b4cc-385e-9d59-781e7674f5bc",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1993-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Ben in West Seattle!\n\nOne of several REM songs written about the US interventions in Southern and Central America.  https://diffuser.fm/rem-welcome-to-the-occupation/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}