Information about plays

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

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

{
    "id": 3549998,
    "uri": "https://api.kexp.org/v2/plays/3549998/?format=api",
    "airdate": "2025-09-07T10:18:00-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0ecac7f-8582-4292-a0f1-5e5d051ab84e/4933184401-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0ecac7f-8582-4292-a0f1-5e5d051ab84e/4933184401-250.jpg",
    "song": "Mighty Mighty Dollar Bill",
    "track_id": null,
    "recording_id": "0a3aa363-4d77-49da-a892-cf706a9ab500",
    "artist": "Swamp Dogg",
    "artist_ids": [
        "1403fbec-11e3-4ccb-af25-d26c9a05bc9d"
    ],
    "album": "Gag a Maggot",
    "release_id": null,
    "release_group_id": "9a66e40a-7c18-4c43-a33b-6e027c62cee1",
    "labels": [
        "Alive Naturalsound Records"
    ],
    "label_ids": [
        "19184754-b017-4149-a27e-0f7789d15046"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alive Naturalsound reissued the album in 2013 - aka Jerry Williams, multi-talented singer, producer, songwriter. Check out the documentary about his fifty year career https://www.youtube.com/watch?v=p6DxeQc1D9A\n\nhttp://swampdogg.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}