Information about plays

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

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

{
    "id": 3544213,
    "uri": "https://api.kexp.org/v2/plays/3544213/?format=api",
    "airdate": "2025-08-24T13:45:17-07:00",
    "show": 64376,
    "show_uri": "https://api.kexp.org/v2/shows/64376/?format=api",
    "image_uri": "https://ia803408.us.archive.org/3/items/mbid-f5e5de16-4683-4149-b13c-a4ae06a62b64/mbid-f5e5de16-4683-4149-b13c-a4ae06a62b64-41058962558_thumb500.jpg",
    "thumbnail_uri": "https://ia903408.us.archive.org/3/items/mbid-f5e5de16-4683-4149-b13c-a4ae06a62b64/mbid-f5e5de16-4683-4149-b13c-a4ae06a62b64-41058962558_thumb250.jpg",
    "song": "Waitin’ (unplugged)",
    "track_id": "61993701-ec2e-40a0-8d30-4a8e15fea6be",
    "recording_id": "c8ecc834-f4df-458f-81de-50c4013ab754",
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "In The Blue Light",
    "release_id": "f5e5de16-4683-4149-b13c-a4ae06a62b64",
    "release_group_id": "595d77a6-191f-4065-b797-e941860aee80",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kelela and her band recorded this brand new album in New York's legendary Blue Note. \n\nhttps://kelela.bandcamp.com/album/in-the-blue-light-1\nhttps://www.kelela.co/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}