Information about plays

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

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

{
    "id": 3523404,
    "uri": "https://api.kexp.org/v2/plays/3523404/?format=api",
    "airdate": "2025-07-06T09:47:30-07:00",
    "show": 63937,
    "show_uri": "https://api.kexp.org/v2/shows/63937/?format=api",
    "image_uri": "https://dn721700.ca.archive.org/0/items/mbid-8c1b5a5c-d4f0-4199-b3b1-300f0490dbb6/mbid-8c1b5a5c-d4f0-4199-b3b1-300f0490dbb6-42095987959_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-8c1b5a5c-d4f0-4199-b3b1-300f0490dbb6/mbid-8c1b5a5c-d4f0-4199-b3b1-300f0490dbb6-42095987959_thumb250.jpg",
    "song": "Youth Loser",
    "track_id": "4bf5dcc9-95dd-4c42-88d4-5218752f9625",
    "recording_id": "5b5aba71-b54a-426f-9d62-3631aba5c47e",
    "artist": "M.O.S.S.",
    "artist_ids": [
        "498b4f90-b3d5-4f1f-b955-9a79787223e8"
    ],
    "album": "Youth Loser",
    "release_id": "8c1b5a5c-d4f0-4199-b3b1-300f0490dbb6",
    "release_group_id": "91306efb-1075-4b53-8b45-b482df74333a",
    "labels": [
        "Den Tapes"
    ],
    "label_ids": [
        "f295a646-1c25-4dc1-9a67-40828b4091d1"
    ],
    "release_date": "2025-05-09",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle \"sludge slackers\" M.O.S.S. just released this track on their newest release 'Youth Loser', out now via the label Den Tapes!\n\nhttps://dentapes.bandcamp.com/album/youth-loser\nhttps://dentapes.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}