Information about plays

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

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

{
    "id": 3572401,
    "uri": "https://api.kexp.org/v2/plays/3572401/?format=api",
    "airdate": "2025-11-01T00:24:18-07:00",
    "show": 64987,
    "show_uri": "https://api.kexp.org/v2/shows/64987/?format=api",
    "image_uri": "https://coverartarchive.org/release/44d9c76c-bf29-4c83-af05-17951608a5f5/5893262697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44d9c76c-bf29-4c83-af05-17951608a5f5/5893262697-250.jpg",
    "song": "'They' Schools",
    "track_id": null,
    "recording_id": "179496d9-9615-49a3-9968-8c788ae488d3",
    "artist": "dead prez",
    "artist_ids": [
        "3b02795b-bd2c-4aac-8f6c-e581514cc2d8"
    ],
    "album": "Let’s Get Free",
    "release_id": null,
    "release_group_id": "c46a8433-c8d7-3d20-bb7c-df48ef2eeaf9",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1999-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}