Information about plays

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

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

{
    "id": 3616418,
    "uri": "https://api.kexp.org/v2/plays/3616418/?format=api",
    "airdate": "2026-02-12T03:35:19-08:00",
    "show": 65910,
    "show_uri": "https://api.kexp.org/v2/shows/65910/?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": "The Boys Are Back in Town",
    "track_id": null,
    "recording_id": "7ffd3432-9f45-4c40-a4aa-806db8f2cfcb",
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "Jailbreak",
    "release_id": null,
    "release_group_id": "d55dae0d-835d-3756-8805-196e41bacc2f",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Irish band were touring the US with little fanfare for this album, until two Louisville, KY DJs gave this song heavy rotation and made it a hit.\n\nhttps://bravewords.com/news/thin-lizzy-s-scott-gorham-says-the-boys-are-back-in-town-wasnt-even-considered-a-single-at-all",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}