Information about plays

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

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

{
    "id": 3587174,
    "uri": "https://api.kexp.org/v2/plays/3587174/?format=api",
    "airdate": "2025-12-05T14:27:17-08:00",
    "show": 65295,
    "show_uri": "https://api.kexp.org/v2/shows/65295/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Saw the Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Wyatt Waddell",
    "artist_ids": [],
    "album": "Should've Stayed Home / I Saw The Light",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "EMPIRE"
    ],
    "label_ids": [
        "b997d9d6-b0c6-438d-8b7c-d11729d8ebda"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from a couple of months back - check the official video here\n\nhttps://www.youtube.com/watch?v=f1_mpvlcCB0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}