Information about plays

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

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

{
    "id": 3551880,
    "uri": "https://api.kexp.org/v2/plays/3551880/?format=api",
    "airdate": "2025-09-11T23:32:59-07:00",
    "show": 64537,
    "show_uri": "https://api.kexp.org/v2/shows/64537/?format=api",
    "image_uri": "https://coverartarchive.org/release/a19133ea-3944-4b91-9a92-470bf5e5aff8/11573974412-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a19133ea-3944-4b91-9a92-470bf5e5aff8/11573974412-250.jpg",
    "song": "Darker Than Blue",
    "track_id": null,
    "recording_id": "1ee15170-0e9e-4630-8b85-be9153fa20a1",
    "artist": "Devon Russell",
    "artist_ids": [
        "dc180a73-c56b-46fd-9c63-d40d54bbb235"
    ],
    "album": "Darker Than Blue",
    "release_id": null,
    "release_group_id": "2efa0ff2-f380-43a2-b986-0bd52880ef9b",
    "labels": [
        "Death Is Not the End"
    ],
    "label_ids": [
        "b245373e-4558-4a98-a9b5-760975fcabdf"
    ],
    "release_date": "2015-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}