Information about plays

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

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

{
    "id": 3571651,
    "uri": "https://api.kexp.org/v2/plays/3571651/?format=api",
    "airdate": "2025-10-30T02:58:47-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2f1a4b4-404c-407d-8a2d-665019a55b0c/33521385144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2f1a4b4-404c-407d-8a2d-665019a55b0c/33521385144-250.jpg",
    "song": "Erucu",
    "track_id": null,
    "recording_id": "bc3a5ae8-8e33-473d-8280-9121552ddb01",
    "artist": "Diana Ross",
    "artist_ids": [
        "60d41417-feda-4734-bbbf-7dcc30e08a83"
    ],
    "album": "Mahogany",
    "release_id": null,
    "release_group_id": "aaf5c4b1-9d3b-4e2b-abf4-968deb96066c",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Instrumental by Jermaine Jackson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}