Information about plays

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

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

{
    "id": 3611706,
    "uri": "https://api.kexp.org/v2/plays/3611706/?format=api",
    "airdate": "2026-02-01T02:36:00-08:00",
    "show": 65810,
    "show_uri": "https://api.kexp.org/v2/shows/65810/?format=api",
    "image_uri": "https://ia800705.us.archive.org/34/items/mbid-683fd794-f6e2-3c6d-9b46-b392e4ae5047/mbid-683fd794-f6e2-3c6d-9b46-b392e4ae5047-24085861268_thumb500.jpg",
    "thumbnail_uri": "https://dn721902.ca.archive.org/0/items/mbid-683fd794-f6e2-3c6d-9b46-b392e4ae5047/mbid-683fd794-f6e2-3c6d-9b46-b392e4ae5047-24085861268_thumb250.jpg",
    "song": "Time to Pretend",
    "track_id": "50cd7701-86d1-399c-8fba-95a95e45f2bb",
    "recording_id": "24436eea-e79f-4592-b7f8-3e9bfe01f483",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Oracular Spectacular",
    "release_id": "683fd794-f6e2-3c6d-9b46-b392e4ae5047",
    "release_group_id": "f7da2770-bf72-3dea-8904-ff6135822724",
    "labels": [
        "Sony BMG Music Entertainment",
        "Columbia"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2008-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Andrew VanWyngarden of MGMT! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}