Information about plays

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

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

{
    "id": 3572675,
    "uri": "https://api.kexp.org/v2/plays/3572675/?format=api",
    "airdate": "2025-11-01T17:24:15-07:00",
    "show": 64995,
    "show_uri": "https://api.kexp.org/v2/shows/64995/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-98848a8f-67d7-4ced-9999-993b85100022/mbid-98848a8f-67d7-4ced-9999-993b85100022-22239808192_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-98848a8f-67d7-4ced-9999-993b85100022/mbid-98848a8f-67d7-4ced-9999-993b85100022-22239808192_thumb250.jpg",
    "song": "Under the Sun",
    "track_id": "5c984d2a-1131-40b9-821e-d40cae784851",
    "recording_id": "a0ad12be-2770-4492-8557-55059e1e8bb6",
    "artist": "Spellling",
    "artist_ids": [
        "25521b37-fcf4-4204-8dca-e28bcda1e004"
    ],
    "album": "Mazy Fly",
    "release_id": "98848a8f-67d7-4ced-9999-993b85100022",
    "release_group_id": "338a1c4f-8be5-4e52-9940-355aebf5d0ac",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2019-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Spellling's Live at KEXP performance from Noise Pop Festival earlier this year:\nhttps://www.youtube.com/watch?v=Qc95Q8Tawoc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}