Information about plays

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

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

{
    "id": 3554660,
    "uri": "https://api.kexp.org/v2/plays/3554660/?format=api",
    "airdate": "2025-09-18T16:07:52-07:00",
    "show": 64596,
    "show_uri": "https://api.kexp.org/v2/shows/64596/?format=api",
    "image_uri": "https://ia800602.us.archive.org/12/items/mbid-d64ac2e6-91b0-4204-9d29-8c4ac6224988/mbid-d64ac2e6-91b0-4204-9d29-8c4ac6224988-32314158193_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-d64ac2e6-91b0-4204-9d29-8c4ac6224988/mbid-d64ac2e6-91b0-4204-9d29-8c4ac6224988-32314158193_thumb250.jpg",
    "song": "Shadowland",
    "track_id": "ad621e8c-97be-3e20-93e9-39c737248d41",
    "recording_id": "efddd2cf-e995-4bee-b2e7-7ba279db3c4a",
    "artist": "Youth Group",
    "artist_ids": [
        "13b6c63a-7db5-4b71-b8ad-922c4b30ee68"
    ],
    "album": "Skeleton Jar",
    "release_id": "d64ac2e6-91b0-4204-9d29-8c4ac6224988",
    "release_group_id": "fde3d19f-cf3e-3a54-9590-986fb101974d",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2005-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Youth Group is an Australian rock band based in Newtown, New South Wales\n\nhttps://www.epitaph.com/artists/youth-group/bio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}