Information about plays

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

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

{
    "id": 3609328,
    "uri": "https://api.kexp.org/v2/plays/3609328/?format=api",
    "airdate": "2026-01-26T09:10:03-08:00",
    "show": 65760,
    "show_uri": "https://api.kexp.org/v2/shows/65760/?format=api",
    "image_uri": "https://ia803205.us.archive.org/29/items/mbid-be7b4f45-f19b-37ab-aa87-64501e75ffe8/mbid-be7b4f45-f19b-37ab-aa87-64501e75ffe8-7963930056_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/29/items/mbid-be7b4f45-f19b-37ab-aa87-64501e75ffe8/mbid-be7b4f45-f19b-37ab-aa87-64501e75ffe8-7963930056_thumb250.jpg",
    "song": "In Your Eyes",
    "track_id": "4e7ed291-8090-3400-92ee-3875615af2b7",
    "recording_id": "19f2f0e9-0f3b-4847-a8cf-fcf156cd6e94",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "So",
    "release_id": "be7b4f45-f19b-37ab-aa87-64501e75ffe8",
    "release_group_id": "be3cc3e7-bdb0-3c13-a60b-a985b30eb603",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1986-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Morning Show album of the week!\n--\nWatch this extraordinary live performance of this song, featuring the late, great Congolese musician Papa Wemba: https://www.youtube.com/watch?v=evN6DIGPIJM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}