Information about plays

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

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

{
    "id": 3595721,
    "uri": "https://api.kexp.org/v2/plays/3595721/?format=api",
    "airdate": "2025-12-25T06:40:43-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://ia801907.us.archive.org/10/items/mbid-09914607-ee7f-427d-a9e1-57ef3437b6eb/mbid-09914607-ee7f-427d-a9e1-57ef3437b6eb-30887378764_thumb500.jpg",
    "thumbnail_uri": "https://ia601907.us.archive.org/10/items/mbid-09914607-ee7f-427d-a9e1-57ef3437b6eb/mbid-09914607-ee7f-427d-a9e1-57ef3437b6eb-30887378764_thumb250.jpg",
    "song": "Santa Bring My Baby Back (to Me)",
    "track_id": "43546a45-284a-3b2a-833f-39fbae0b4945",
    "recording_id": "31e2ed1a-2e8d-4a59-8744-be8c2f52c038",
    "artist": "Elvis Presley",
    "artist_ids": [
        "01809552-4f87-45b0-afff-2c6f0730a3be"
    ],
    "album": "The King of Rock 'n' Roll: The Complete 50's Masters",
    "release_id": "09914607-ee7f-427d-a9e1-57ef3437b6eb",
    "release_group_id": "32d06c0a-ace6-345c-99e9-43d2dd1d8d8c",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1992-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The King.\n\nTV performance of this track: https://www.youtube.com/watch?v=d7jStP2AM4Y",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}