Information about plays

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

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

{
    "id": 3567471,
    "uri": "https://api.kexp.org/v2/plays/3567471/?format=api",
    "airdate": "2025-10-20T05:25:48-07:00",
    "show": 64884,
    "show_uri": "https://api.kexp.org/v2/shows/64884/?format=api",
    "image_uri": "https://ia800805.us.archive.org/8/items/mbid-ee50be9b-85c9-3f3c-a851-e198731ae2ff/mbid-ee50be9b-85c9-3f3c-a851-e198731ae2ff-2568714507_thumb500.jpg",
    "thumbnail_uri": "https://ia600805.us.archive.org/8/items/mbid-ee50be9b-85c9-3f3c-a851-e198731ae2ff/mbid-ee50be9b-85c9-3f3c-a851-e198731ae2ff-2568714507_thumb250.jpg",
    "song": "Heart and Soul",
    "track_id": "e60aeaaf-d581-3368-b7d8-7e08dcf4ac04",
    "recording_id": "3a41df18-4b6d-4aff-8151-31817ff9a265",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Closer",
    "release_id": "ee50be9b-85c9-3f3c-a851-e198731ae2ff",
    "release_group_id": "852f9715-24b3-37d5-b8a5-456f5e19b41e",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closer is Joy Division's second and final studio album. Closer was released two months after the death of the band's lead singer and lyricist, Ian Curtis. The album reached No. 6 on the UK Albums Chart and was named NME Album of the Year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}