Information about plays

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

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

{
    "id": 3548449,
    "uri": "https://api.kexp.org/v2/plays/3548449/?format=api",
    "airdate": "2025-09-03T14:06:24-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia800805.us.archive.org/9/items/mbid-d4f3af21-fe06-4a24-af82-9f5569541a46/mbid-d4f3af21-fe06-4a24-af82-9f5569541a46-16295706070_thumb500.jpg",
    "thumbnail_uri": "https://ia800805.us.archive.org/9/items/mbid-d4f3af21-fe06-4a24-af82-9f5569541a46/mbid-d4f3af21-fe06-4a24-af82-9f5569541a46-16295706070_thumb250.jpg",
    "song": "Get Off This",
    "track_id": "c728fa3f-68ae-457a-9675-79d6850a6d3c",
    "recording_id": "e0c7c3e0-8280-4c1b-8d21-d2a3fc3bff6a",
    "artist": "Cracker",
    "artist_ids": [
        "ca48bfb8-37c5-4a04-9837-a07975ee0cd3"
    ],
    "album": "Kerosene Hat",
    "release_id": "d4f3af21-fe06-4a24-af82-9f5569541a46",
    "release_group_id": "c8f831c3-142b-3db7-bb75-448ace95e2ab",
    "labels": [
        "Virgin America"
    ],
    "label_ids": [
        "47b84b3b-889e-4c66-80f0-afd58a1d304b"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This retrospective on \"Kerosene Hat\" suggests that this song was a poke at fans who were disappointed that David Lowery's Cracker wasn't his earlier band, Camper van Beethoven: https://rockandrollglobe.com/rock/get-off-this-crackers-kerosene-hat-at-30/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}