Information about plays

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

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

{
    "id": 3556389,
    "uri": "https://api.kexp.org/v2/plays/3556389/?format=api",
    "airdate": "2025-09-22T16:38:50-07:00",
    "show": 64635,
    "show_uri": "https://api.kexp.org/v2/shows/64635/?format=api",
    "image_uri": "https://coverartarchive.org/release/0da6a8b0-764d-4e2e-afdf-001e45cc5604/40001386264-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0da6a8b0-764d-4e2e-afdf-001e45cc5604/40001386264-250.jpg",
    "song": "Shadow & Light",
    "track_id": null,
    "recording_id": "90a50dc0-1e13-4384-a25c-363004e824af",
    "artist": "SCAR",
    "artist_ids": [
        "da14c7a3-4599-42c1-a16b-95f6cdd85d34"
    ],
    "album": "Shadow & Light EP",
    "release_id": null,
    "release_group_id": "f49a25c4-083c-4cc1-a905-caf7661da19a",
    "labels": [
        "Metalheadz"
    ],
    "label_ids": [
        "c0192e1c-cd6b-48fe-abe0-31e495596920"
    ],
    "release_date": "2024-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out more from Goldie's imprint Metalheadz:\n\nhttps://metalheadz.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}