Information about plays

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

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

{
    "id": 3570323,
    "uri": "https://api.kexp.org/v2/plays/3570323/?format=api",
    "airdate": "2025-10-26T17:59:34-07:00",
    "show": 64941,
    "show_uri": "https://api.kexp.org/v2/shows/64941/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a44f9b8-6559-465e-bb6f-084c85c41eec/3098315994-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a44f9b8-6559-465e-bb6f-084c85c41eec/3098315994-250.jpg",
    "song": "Anyone Who Knows What Love Is (Will Understand)",
    "track_id": null,
    "recording_id": "aad8fb7b-2cde-4425-9be5-d349df465d57",
    "artist": "Irma Thomas",
    "artist_ids": [
        "710c7ffa-977e-4431-9f00-c8d4eddf6808"
    ],
    "album": "Anyone Who Knows What Love Is (Will Understand) / Time Is on My Side",
    "release_id": null,
    "release_group_id": "f0250558-b65e-3df2-8d9f-b2b4258cbe28",
    "labels": [
        "Imperial"
    ],
    "label_ids": [
        "afe5e60c-918e-48ab-a692-66940684ade7"
    ],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}