Information about plays

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

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

{
    "id": 3605048,
    "uri": "https://api.kexp.org/v2/plays/3605048/?format=api",
    "airdate": "2026-01-16T09:49:44-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eve of Destruction",
    "track_id": "dd020ef8-2968-3c7e-9083-18e324e9496c",
    "recording_id": "ca1ca230-1777-486b-a14e-5a6aa4e4eb43",
    "artist": "Barry McGuire",
    "artist_ids": [
        "43a5364c-7096-4f9b-ab63-b71d62af52bd"
    ],
    "album": "Eve of Destruction",
    "release_id": "6346dea9-4d73-47c6-953b-bcd1379a0159",
    "release_group_id": "03c2b1de-c98c-357c-a241-efd4257d732b",
    "labels": [
        "Dunhill Records"
    ],
    "label_ids": [
        "42fdb729-af9c-41b6-a7d7-6639501d2c09"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Barry McGuire is 90 years old?: https://www.ccmclassic.com/artist/barry-mcguire",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}