Information about plays

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

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

{
    "id": 3619314,
    "uri": "https://api.kexp.org/v2/plays/3619314/?format=api",
    "airdate": "2026-02-19T00:49:58-08:00",
    "show": 65970,
    "show_uri": "https://api.kexp.org/v2/shows/65970/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc22c244-5f7b-42cd-914b-dbcc5ff9691e/38600958915-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc22c244-5f7b-42cd-914b-dbcc5ff9691e/38600958915-250.jpg",
    "song": "Voodoo Child (slight return)",
    "track_id": null,
    "recording_id": "17d8230e-5c4b-4ce8-b4b1-bdb7fbb573f0",
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Blue Wild Angel: Live at the Isle of Wight",
    "release_id": null,
    "release_group_id": "026da584-9937-3777-b4bc-cfe946adbf41",
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "2002-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}