Information about plays

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

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

{
    "id": 3647612,
    "uri": "https://api.kexp.org/v2/plays/3647612/?format=api",
    "airdate": "2026-04-27T23:07:17-07:00",
    "show": 66570,
    "show_uri": "https://api.kexp.org/v2/shows/66570/?format=api",
    "image_uri": "https://coverartarchive.org/release/7021adc6-9776-468c-8d8e-1c94b0919b34/28085725107-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7021adc6-9776-468c-8d8e-1c94b0919b34/28085725107-250.jpg",
    "song": "Good Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "Fine Young Cannibals",
    "artist_ids": [
        "23b0f3d6-ba54-4597-a1c7-24c6dd348ef7"
    ],
    "album": "The Raw & The Cooked",
    "release_id": null,
    "release_group_id": "9df38bbc-502a-3dff-9fb5-9bf8c1751cec",
    "labels": [
        "I.R.S."
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}