Information about plays

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

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

{
    "id": 3549821,
    "uri": "https://api.kexp.org/v2/plays/3549821/?format=api",
    "airdate": "2025-09-06T23:44:15-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "About You",
    "track_id": null,
    "recording_id": "c7abaae9-6aeb-4484-9fc9-2ce6108d2798",
    "artist": "The Fall-Outs",
    "artist_ids": [
        "f364cca4-a661-455a-af47-2f998e0f11e2"
    ],
    "album": "The Fall-Outs",
    "release_id": null,
    "release_group_id": "bfa76b2f-27ab-39e8-89d9-0b322c6312c2",
    "labels": [
        "Super Electro Sound Recordings"
    ],
    "label_ids": [
        "2a3ed1e1-4ea4-498f-9076-6c81ee34e15c"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Similar to the grunge scene taking shape around them, the FALL-OUTS pulled a lot of their inspiration from 1960s garage rock acts and 1970s punk.\n\nhttps://www.maximumrocknroll.com/band/the-fall-outs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}