Information about plays

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

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

{
    "id": 3548492,
    "uri": "https://api.kexp.org/v2/plays/3548492/?format=api",
    "airdate": "2025-09-03T15:50:17-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://coverartarchive.org/release/b94b7508-0ccf-4ef9-970d-0e96c5c7c3d5/7704181780-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b94b7508-0ccf-4ef9-970d-0e96c5c7c3d5/7704181780-250.jpg",
    "song": "Romeo and the Lonely Girl",
    "track_id": null,
    "recording_id": "106fcf09-3dc1-47c7-b879-031173427c8c",
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "Jailbreak",
    "release_id": null,
    "release_group_id": "d55dae0d-835d-3756-8805-196e41bacc2f",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to guitarist and songwriter Eric Bell, born on this date in 1947. \n--\nIn this recent interview, the guitarist says he couldn't play without drinking — and couldn't play after drinking, bringing his time with the Irish rockers to an early end, : https://www.guitarplayer.com/guitarists/eric-bell-the-gig-that-ended-my-dream-job-with-thin-lizzy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}