Information about plays

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

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

{
    "id": 3420874,
    "uri": "https://api.kexp.org/v2/plays/3420874/?format=api",
    "airdate": "2024-11-03T10:57:51-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac0199bb-241b-35d2-bd4c-9c36e648fb27/8942561805-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac0199bb-241b-35d2-bd4c-9c36e648fb27/8942561805-250.jpg",
    "song": "Talkin’ John Birch Paranoid Blues",
    "track_id": null,
    "recording_id": "e28c10d2-5d68-463b-ad37-a57a53f21426",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Bootleg Series, Vol. 9: The Witmark Demos: 1962–1964",
    "release_id": null,
    "release_group_id": "adf892c6-c60b-42f5-918a-bfb8ad21f857",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A song about communism and hypocrisy, Dylan was set to perform the song on the Ed Sullivan show but CBS forbade him, leading him to walk off set and the song to achieve notoriety.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}