Information about plays

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

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

{
    "id": 3572040,
    "uri": "https://api.kexp.org/v2/plays/3572040/?format=api",
    "airdate": "2025-10-31T02:15:05-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8ead7dc-3380-418d-8e64-52c6a4814e4b/18575233660-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8ead7dc-3380-418d-8e64-52c6a4814e4b/18575233660-250.jpg",
    "song": "Sorceress",
    "track_id": null,
    "recording_id": "1969a6b4-3106-4e14-ae69-1acfdd202a7f",
    "artist": "Return to Forever",
    "artist_ids": [
        "5f8cce81-1ff5-4cca-9c6e-8d3c58dc0c36"
    ],
    "album": "Jazz Roots: The Music of the Americas",
    "release_id": null,
    "release_group_id": "72f77e2c-9d18-4f51-8865-419790f25c97",
    "labels": [
        "Masterworks Jazz"
    ],
    "label_ids": [
        "4adf3083-c663-4830-be2b-7ccdc1ac06aa"
    ],
    "release_date": "2011-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}