Information about plays

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

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

{
    "id": 3595825,
    "uri": "https://api.kexp.org/v2/plays/3595825/?format=api",
    "airdate": "2025-12-25T11:34:09-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Christmas, Please Don't Call",
    "track_id": null,
    "recording_id": "d1f7a366-994e-4c8e-aae6-1ba266cfb253",
    "artist": "Bleachers",
    "artist_ids": [
        "58e235fc-f6ea-4614-9ed4-9855a5665ae1"
    ],
    "album": "Merry Christmas, Please Don't Call",
    "release_id": null,
    "release_group_id": "93868bb5-3bf3-4e48-aa58-f817cd918018",
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2024-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}