Information about plays

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

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

{
    "id": 3597978,
    "uri": "https://api.kexp.org/v2/plays/3597978/?format=api",
    "airdate": "2025-12-30T11:11:24-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sympathy",
    "track_id": "91470f16-6616-407b-b7ee-7497280d33d2",
    "recording_id": "d0057fbf-0739-4c02-8246-0ba3faf1f4ac",
    "artist": "Vampire Weekend",
    "artist_ids": [
        "af37c51c-0790-4a29-b995-456f98a6b8c9"
    ],
    "album": "Father of the Bride",
    "release_id": "6adcaad4-53c9-4d7f-9be5-085673fdbcaf",
    "release_group_id": "1e083685-2e58-40eb-81ef-4163c26e01d6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead singer Ezra Koenig said of this song: \"That’s the most metal Vampire Weekend’s ever gotten with the double bass drum pedal.\"\n\nhttps://www.vampireweekend.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}