Information about plays

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

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

{
    "id": 3615948,
    "uri": "https://api.kexp.org/v2/plays/3615948/?format=api",
    "airdate": "2026-02-10T23:53:28-08:00",
    "show": 65900,
    "show_uri": "https://api.kexp.org/v2/shows/65900/?format=api",
    "image_uri": "https://ia803109.us.archive.org/16/items/mbid-90474ab4-be0b-4643-88ed-4ee7e0dc5613/mbid-90474ab4-be0b-4643-88ed-4ee7e0dc5613-19256215788_thumb500.jpg",
    "thumbnail_uri": "https://ia803109.us.archive.org/16/items/mbid-90474ab4-be0b-4643-88ed-4ee7e0dc5613/mbid-90474ab4-be0b-4643-88ed-4ee7e0dc5613-19256215788_thumb250.jpg",
    "song": "More of the Same",
    "track_id": "88ecb0cb-148d-4da9-9af3-f2db48a20a54",
    "recording_id": "256ba850-cea9-4423-b0b9-d1d202a43017",
    "artist": "Caroline Rose",
    "artist_ids": [
        "17862c0f-a9b1-46dd-b85d-7af965974afd"
    ],
    "album": "LONER",
    "release_id": "90474ab4-be0b-4643-88ed-4ee7e0dc5613",
    "release_group_id": "21b5166a-5afc-468b-98d8-53cc4769f803",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2018-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}