Information about plays

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

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

{
    "id": 3571519,
    "uri": "https://api.kexp.org/v2/plays/3571519/?format=api",
    "airdate": "2025-10-29T19:30:29-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8111d57-51c0-4b6e-b217-7a20feed59ea/31776516398-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8111d57-51c0-4b6e-b217-7a20feed59ea/31776516398-250.jpg",
    "song": "I Think I'm Going Weird",
    "track_id": null,
    "recording_id": "3a5d94f8-0bb6-4807-9a73-aa92416d3fd3",
    "artist": "Art",
    "artist_ids": [
        "f6966286-0383-4f46-8403-93913c02ff37"
    ],
    "album": "Supernatural Fairy Tales",
    "release_id": null,
    "release_group_id": "4949dc79-0043-3602-b16a-1a9578fb55e1",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Supernatural Fairy Tales' cover art was designed by Hapshash and the Coloured Coat (Michael English and Nigel Waymouth) from London in 1967. They designed some of the most famous psych group and venue posters in the 60s including The Fillmore, Jimi Hendrix, and Pink Floyd.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}