Information about plays

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

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

{
    "id": 3609111,
    "uri": "https://api.kexp.org/v2/plays/3609111/?format=api",
    "airdate": "2026-01-25T19:46:07-08:00",
    "show": 65754,
    "show_uri": "https://api.kexp.org/v2/shows/65754/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbd0f9ca-9243-4a63-a0de-e30a9f432aa0/28977962886-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bbd0f9ca-9243-4a63-a0de-e30a9f432aa0/28977962886-250.jpg",
    "song": "I Got You Babe",
    "track_id": null,
    "recording_id": "63c5f076-e835-4cd5-974e-74593fc56420",
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "I Got You Babe",
    "release_id": null,
    "release_group_id": "d0c8b5de-81a6-4592-922e-b48a25328875",
    "labels": [
        "Cadet Records"
    ],
    "label_ids": [
        "49dc6850-69e3-4b6b-9b24-692fecc3f640"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Etta James released her cover of \"I Got You Babe\" and b-side \"I Worship The Ground You Walk On\" in 1968.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}