Information about plays

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

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

{
    "id": 3589994,
    "uri": "https://api.kexp.org/v2/plays/3589994/?format=api",
    "airdate": "2025-12-12T03:46:37-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Conclusions That Don't Conclude",
    "track_id": null,
    "recording_id": "4752070f-c36f-4a46-b27e-97bd0f4ed789",
    "artist": "From Monument to Masses",
    "artist_ids": [
        "3cf656c1-6849-427a-90ab-cb8c37991a45"
    ],
    "album": "From Monument to Masses",
    "release_id": null,
    "release_group_id": "50e40630-3a81-3446-ba3a-7946e891062f",
    "labels": [
        "Dim Mak Records"
    ],
    "label_ids": [
        "21d62bdf-5962-4c41-90d0-1409ea4b59cb"
    ],
    "release_date": "2002-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}