Information about plays

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

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

{
    "id": 3634348,
    "uri": "https://api.kexp.org/v2/plays/3634348/?format=api",
    "airdate": "2026-03-27T18:20:38-07:00",
    "show": 66294,
    "show_uri": "https://api.kexp.org/v2/shows/66294/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-29048069-f317-4656-a0f3-f127aab36e09/mbid-29048069-f317-4656-a0f3-f127aab36e09-26023336918_thumb500.jpg",
    "thumbnail_uri": "https://ia802906.us.archive.org/33/items/mbid-29048069-f317-4656-a0f3-f127aab36e09/mbid-29048069-f317-4656-a0f3-f127aab36e09-26023336918_thumb250.jpg",
    "song": "Everybody Wants to Rule the World",
    "track_id": "05d319aa-0da4-4722-a6dc-181d98d4780d",
    "recording_id": "1b07f28b-e803-4162-8078-a5f2f5519815",
    "artist": "Gloria Gaynor",
    "artist_ids": [
        "d5c51c36-ac67-4727-91ed-ee9f0df81a2d"
    ],
    "album": "The Power of Loved",
    "release_id": "29048069-f317-4656-a0f3-f127aab36e09",
    "release_group_id": "0f94de45-e9b4-4da1-ba45-b3a23fb143ed",
    "labels": [],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did this cover just one year after it's release! Real recognize real",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}