Information about plays

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

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

{
    "id": 3616362,
    "uri": "https://api.kexp.org/v2/plays/3616362/?format=api",
    "airdate": "2026-02-12T00:13:41-08:00",
    "show": 65908,
    "show_uri": "https://api.kexp.org/v2/shows/65908/?format=api",
    "image_uri": "https://ia601708.us.archive.org/4/items/mbid-716ebead-475d-4a6c-9393-e58a5a1ac1da/mbid-716ebead-475d-4a6c-9393-e58a5a1ac1da-35389991511_thumb500.jpg",
    "thumbnail_uri": "https://dn710003.ca.archive.org/0/items/mbid-716ebead-475d-4a6c-9393-e58a5a1ac1da/mbid-716ebead-475d-4a6c-9393-e58a5a1ac1da-35389991511_thumb250.jpg",
    "song": "Stumbling Still",
    "track_id": "3217f22f-135e-4784-873e-23fc1def12db",
    "recording_id": "65cfdd91-2c43-4174-a896-d1a0cc3b1f99",
    "artist": "Nation of Language",
    "artist_ids": [
        "88927646-0c28-4b1b-a69e-cb33c400d650"
    ],
    "album": "Strange Disciple",
    "release_id": "716ebead-475d-4a6c-9393-e58a5a1ac1da",
    "release_group_id": "af9301be-e8e6-4068-a332-2b92e1bfc95e",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2023-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}