Information about plays

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

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

{
    "id": 3544042,
    "uri": "https://api.kexp.org/v2/plays/3544042/?format=api",
    "airdate": "2025-08-24T03:02:37-07:00",
    "show": 64373,
    "show_uri": "https://api.kexp.org/v2/shows/64373/?format=api",
    "image_uri": "https://ia800906.us.archive.org/34/items/mbid-0b1b5da2-82ca-3593-8271-f1236a732613/mbid-0b1b5da2-82ca-3593-8271-f1236a732613-15846225993_thumb500.jpg",
    "thumbnail_uri": "https://ia800906.us.archive.org/34/items/mbid-0b1b5da2-82ca-3593-8271-f1236a732613/mbid-0b1b5da2-82ca-3593-8271-f1236a732613-15846225993_thumb250.jpg",
    "song": "Crying Lightning",
    "track_id": "3c0853b4-f1b9-33ad-898c-816ea7d53ac1",
    "recording_id": "f8ffacee-541c-4eb4-b00c-57cb2b1406f2",
    "artist": "Arctic Monkeys",
    "artist_ids": [
        "ada7a83c-e3e1-40f1-93f9-3e73dbc9298a"
    ],
    "album": "Humbug",
    "release_id": "0b1b5da2-82ca-3593-8271-f1236a732613",
    "release_group_id": "23b7e9e9-8820-4a49-b44f-a7a60e0a7e81",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2009-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in the UK!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}