Information about plays

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

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

{
    "id": 3566983,
    "uri": "https://api.kexp.org/v2/plays/3566983/?format=api",
    "airdate": "2025-10-18T23:09:07-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "https://coverartarchive.org/release/5cf8d242-7a36-4807-9c41-87b4a5e95843/38710402928-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5cf8d242-7a36-4807-9c41-87b4a5e95843/38710402928-250.jpg",
    "song": "Sunday Afternoon",
    "track_id": null,
    "recording_id": "770c8f78-be4c-4cbc-a60f-5533a5bdb165",
    "artist": "ROUGE",
    "artist_ids": [
        "71c5248b-28a7-41cc-ac8f-4f0333cf7ba0"
    ],
    "album": "ROUGE",
    "release_id": null,
    "release_group_id": "a5d65e6b-8bcb-423d-8c0f-e854f140143e",
    "labels": [
        "Phantom Records"
    ],
    "label_ids": [
        "df6bec1a-f858-4795-9949-1bc7ffc3a641"
    ],
    "release_date": "2024-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Berlin\n\nhttps://rouge.bandcamp.com/album/rouge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}