Information about plays

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

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

{
    "id": 3581855,
    "uri": "https://api.kexp.org/v2/plays/3581855/?format=api",
    "airdate": "2025-11-23T09:33:59-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8e7ea4f-c50c-4212-995a-5794fed7dce7/20069131941-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8e7ea4f-c50c-4212-995a-5794fed7dce7/20069131941-250.jpg",
    "song": "Nine Pound Hammer",
    "track_id": null,
    "recording_id": "d3cb4fe1-af2f-407e-bbad-fe7be595f945",
    "artist": "Ola Belle Reed",
    "artist_ids": [
        "88ed54ed-afbc-46c5-939a-f525c65f4faf"
    ],
    "album": "Rising Sun Melodies",
    "release_id": null,
    "release_group_id": "de811940-a55b-435e-8c1a-b39a1a4f6b7c",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2010-08-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Reed was a bluegrass musician. In 1945, Reed declined an offer of more than $100 per week to join country music star Roy Acuff's backup group, instead choosing to play with family around Appalachia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}