Information about plays

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

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

{
    "id": 3549853,
    "uri": "https://api.kexp.org/v2/plays/3549853/?format=api",
    "airdate": "2025-09-07T01:31:07-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/31f1500f-5476-4221-8166-7288926ed19f/9613655813-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31f1500f-5476-4221-8166-7288926ed19f/9613655813-250.jpg",
    "song": "Gangland",
    "track_id": null,
    "recording_id": "493cb0b2-2bdb-40c7-8417-82167ddf7bef",
    "artist": "Tygers of Pan Tang",
    "artist_ids": [
        "fe179f28-3cab-4337-9575-c13f8d077b13"
    ],
    "album": "Spellbound",
    "release_id": null,
    "release_group_id": "14b2ccc5-420e-3cf7-bd33-820260d7d696",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1981-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tygers of Pan Tang are currently writing their next album set to release some time next year and are playing shows in Europe and Mexico.\n\nhttps://www.tygersofpantang.com/official/news.html\nhttps://www.facebook.com/tygersofpantangofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}