Information about plays

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

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

{
    "id": 3549222,
    "uri": "https://api.kexp.org/v2/plays/3549222/?format=api",
    "airdate": "2025-09-05T12:47:18-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia800803.us.archive.org/32/items/mbid-64514e91-52cb-4f10-8394-14378247eabf/mbid-64514e91-52cb-4f10-8394-14378247eabf-40033897903_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-64514e91-52cb-4f10-8394-14378247eabf/mbid-64514e91-52cb-4f10-8394-14378247eabf-40033897903_thumb250.jpg",
    "song": "More Than Life",
    "track_id": "1adff90c-a937-4ea6-bb0d-76ee4291c863",
    "recording_id": "b9d6f64a-0bed-4a3a-ad46-09e797819659",
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "Night Life",
    "release_id": "64514e91-52cb-4f10-8394-14378247eabf",
    "release_group_id": "36f45ead-382e-4791-999e-ff5f16d1d143",
    "labels": [
        "Fiction",
        "Universal Music (UK) Ltd."
    ],
    "label_ids": [
        "df7d4cc5-e131-43a3-a398-5322ceded8bc",
        "f2dea378-10fd-48e2-a5fb-c7791bd36dd8"
    ],
    "release_date": "2025-03-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English band The Horrors released the Night Life album, their sixth and first in eight years, this March! \n\nhttps://www.thehorrors.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}