Information about plays

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

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

{
    "id": 3553991,
    "uri": "https://api.kexp.org/v2/plays/3553991/?format=api",
    "airdate": "2025-09-17T01:12:10-07:00",
    "show": 64583,
    "show_uri": "https://api.kexp.org/v2/shows/64583/?format=api",
    "image_uri": "https://coverartarchive.org/release/e74d11ba-6368-4050-a7c9-3e59866f3534/13939570760-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e74d11ba-6368-4050-a7c9-3e59866f3534/13939570760-250.jpg",
    "song": "Living Is Free",
    "track_id": null,
    "recording_id": "780cefd3-e99f-4680-ab1d-7e6d9823a352",
    "artist": "NoMeansNo",
    "artist_ids": [
        "37e9d7b2-7779-41b2-b2eb-3685351caad3"
    ],
    "album": "Mama",
    "release_id": null,
    "release_group_id": "0947c31c-520b-3577-b922-a29d4e246d98",
    "labels": [
        "Wrong Records"
    ],
    "label_ids": [
        "08c494a3-6d63-4753-9c3f-020ca4eb60ed"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}