Information about plays

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

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

{
    "id": 3604780,
    "uri": "https://api.kexp.org/v2/plays/3604780/?format=api",
    "airdate": "2026-01-15T18:51:51-08:00",
    "show": 65659,
    "show_uri": "https://api.kexp.org/v2/shows/65659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Voodoo Chile",
    "track_id": null,
    "recording_id": "b23dad6d-fa53-4157-ac59-b985b48a51cf",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Electric Ladyland",
    "release_id": null,
    "release_group_id": "8e244672-35c9-4666-a927-b6d2a6d57041",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hendrix took pride in the Cherokee roots of his grandmother throughout his life and career. From embracing indigenous imagery and fashion in his performance to occasionally speaking about his indigenous roots in interviews, it seems as though this aspect of his heritage was one of the only parts of his part the guitarist was willing to share. The most prominent example of Hendrix celebrating his cultural heritage is the incredible song ‘Castles Made of Sand’, released in 1967.\n\nRead more here: https://faroutmagazine.co.uk/jimi-hendrix-song-connect-cherokee-heritage/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}