Information about plays

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

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

{
    "id": 3572559,
    "uri": "https://api.kexp.org/v2/plays/3572559/?format=api",
    "airdate": "2025-11-01T10:50:00-07:00",
    "show": 64993,
    "show_uri": "https://api.kexp.org/v2/shows/64993/?format=api",
    "image_uri": "https://coverartarchive.org/release/36cbacd5-380c-4a96-b92a-a66d013126b3/36942188307-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36cbacd5-380c-4a96-b92a-a66d013126b3/36942188307-250.jpg",
    "song": "Sound the Trumpet",
    "track_id": null,
    "recording_id": "8320d3b2-b484-4adf-9afc-42de10f57ff7",
    "artist": "Hempress Sativa",
    "artist_ids": [
        "27ba16b7-0bc5-4ff7-af1b-dbc0ad449f40"
    ],
    "album": "Charka",
    "release_id": null,
    "release_group_id": "1cbf4e67-9e1c-453d-8835-be0d67c4934f",
    "labels": [
        "Conquering Lion Records"
    ],
    "label_ids": [
        "a3be1b3a-252a-4d9b-b422-6a5df4055b3a"
    ],
    "release_date": "2023-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://hempresssativa.bandcamp.com/album/charka",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}