Information about plays

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

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

{
    "id": 3595285,
    "uri": "https://api.kexp.org/v2/plays/3595285/?format=api",
    "airdate": "2025-12-24T08:43:16-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "https://ia801207.us.archive.org/11/items/mbid-c78d1cbb-6e1e-4004-b8b4-007e5404b7e2/mbid-c78d1cbb-6e1e-4004-b8b4-007e5404b7e2-11804641134_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/11/items/mbid-c78d1cbb-6e1e-4004-b8b4-007e5404b7e2/mbid-c78d1cbb-6e1e-4004-b8b4-007e5404b7e2-11804641134_thumb250.jpg",
    "song": "Merry Christmas (I Don’t Want to Fight Tonight)",
    "track_id": "f9483169-ed10-421d-919b-49cdce28af2c",
    "recording_id": "d4b224b3-604a-4c6b-ae46-09ae7b80656e",
    "artist": "Joey Ramone",
    "artist_ids": [
        "2f3f8fb1-e5dc-4548-9601-fada0485e561"
    ],
    "album": "…Ya Know?",
    "release_id": "c78d1cbb-6e1e-4004-b8b4-007e5404b7e2",
    "release_group_id": "2a9dfd2e-9431-4bfe-8e84-dab0b91a2f53",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2012-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joey Ramone is most commonly known as the lead vocalist of seminal punk band The Ramones.\n\nhttps://www.ramones.com/\n\nMerry Christmas (I Don't Want to Fight Tonight) first slipped out as a B-side in 1987, to the single I Wanna Live.  Read more about this song from The Guardian: https://tinyurl.com/2ucte9t9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}