Information about plays

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

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

{
    "id": 3546618,
    "uri": "https://api.kexp.org/v2/plays/3546618/?format=api",
    "airdate": "2025-08-30T06:50:14-07:00",
    "show": 64425,
    "show_uri": "https://api.kexp.org/v2/shows/64425/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab9aa125-6f26-4145-879c-f0c05ff6ac60/16637994690-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab9aa125-6f26-4145-879c-f0c05ff6ac60/16637994690-250.jpg",
    "song": "1999",
    "track_id": null,
    "recording_id": "d2c83920-6066-48f4-88d6-2ad6f469ecf4",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "1999",
    "release_id": null,
    "release_group_id": "561be5b7-a39c-3866-859d-d86f30816ae7",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1982-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}