Information about plays

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

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

{
    "id": 3519766,
    "uri": "https://api.kexp.org/v2/plays/3519766/?format=api",
    "airdate": "2025-06-28T02:37:08-07:00",
    "show": 63855,
    "show_uri": "https://api.kexp.org/v2/shows/63855/?format=api",
    "image_uri": "https://coverartarchive.org/release/2b582aca-6f80-4e47-b988-26a397178244/40655563951-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2b582aca-6f80-4e47-b988-26a397178244/40655563951-250.jpg",
    "song": "Drive",
    "track_id": null,
    "recording_id": "deb81d85-37e3-4906-84ef-65563c6ef488",
    "artist": "S.O.N.S",
    "artist_ids": [
        "741c1b53-853c-407b-a0d7-c0b51293b806"
    ],
    "album": "Drive",
    "release_id": null,
    "release_group_id": "3cd8d020-2480-4e5e-b0ab-c7f7034ec0d2",
    "labels": [
        "Kalahari Oyster Cult"
    ],
    "label_ids": [
        "cf653e41-1c04-4fe9-8cb6-d3a84586a0a3"
    ],
    "release_date": "2024-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://kalaharioystercult.bandcamp.com/album/drive",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}