Information about plays

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

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

{
    "id": 3621219,
    "uri": "https://api.kexp.org/v2/plays/3621219/?format=api",
    "airdate": "2026-02-23T09:15:01-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bad Reputation",
    "track_id": null,
    "recording_id": "8c5530d9-c5ab-4137-be19-299f5ac54570",
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "Dedication: The Very Best of Thin Lizzy",
    "release_id": null,
    "release_group_id": "3e92b68a-8eb0-3eaa-8019-b49fe3263383",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the official video here: https://www.youtube.com/watch?v=gqSzDJGFCgI\n\nhttps://www.thinlizzyofficial.com/releases-archive/bad-reputation-by-thin-lizzy/#/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}