Information about plays

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

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

{
    "id": 3555066,
    "uri": "https://api.kexp.org/v2/plays/3555066/?format=api",
    "airdate": "2025-09-19T15:32:27-07:00",
    "show": 64603,
    "show_uri": "https://api.kexp.org/v2/shows/64603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry‐Go‐Round",
    "track_id": null,
    "recording_id": "13de5031-8df8-45bf-9107-f57a83f452db",
    "artist": "The Equatics",
    "artist_ids": [
        "8d85ef72-2e37-4191-98d6-77e5037edf1a"
    ],
    "album": "Doin It!!!!",
    "release_id": null,
    "release_group_id": "edd31404-bb83-426e-8812-d16334c4cc8d",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Braeden",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}