Information about plays

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

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

{
    "id": 3549101,
    "uri": "https://api.kexp.org/v2/plays/3549101/?format=api",
    "airdate": "2025-09-05T05:05:23-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia800504.us.archive.org/8/items/mbid-5c84e274-4f4e-3308-b168-d2c9a723e2ad/mbid-5c84e274-4f4e-3308-b168-d2c9a723e2ad-6736129687_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/8/items/mbid-5c84e274-4f4e-3308-b168-d2c9a723e2ad/mbid-5c84e274-4f4e-3308-b168-d2c9a723e2ad-6736129687_thumb250.jpg",
    "song": "Denial",
    "track_id": "c438390f-97f2-322b-b65d-2564cb350fca",
    "recording_id": "7ae0263e-dec4-42c9-9a2d-88123c8f0258",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Movement",
    "release_id": "5c84e274-4f4e-3308-b168-d2c9a723e2ad",
    "release_group_id": "0f891855-ea0c-36f4-b851-0cbf9eeb5a95",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1992-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Denial\" is the closing track on New Order's 1981 debut album, Movement, marking a pivotal moment as the band emerged from the end of Joy Division. The song is characterized by its post-punk guitar and energetic rhythm section, maintaining ties to the band's earlier sound while beginning to explore a more electronic direction.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}