Information about plays

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

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

{
    "id": 3601712,
    "uri": "https://api.kexp.org/v2/plays/3601712/?format=api",
    "airdate": "2026-01-08T05:55:36-08:00",
    "show": 65593,
    "show_uri": "https://api.kexp.org/v2/shows/65593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Moon",
    "track_id": "923c9677-45af-4554-801c-8cc1099707b6",
    "recording_id": "6050b16e-0548-4a9f-9e3e-d4ff262af9be",
    "artist": "Habibi",
    "artist_ids": [
        "337344fc-cdeb-48ac-ba74-d53ffec04c8e"
    ],
    "album": "Dreamachine",
    "release_id": "f14d29f8-f9f6-4502-ab93-f7dbe5178b9d",
    "release_group_id": "82fe4440-d4e8-421d-9412-097430d9039a",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2024-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From NYC, Habibi are back with 'Dreamachine', their first album in four years and their first for Kill Rock Stars. It came out on May 31st! \n\nhttps://habibitheband.bandcamp.com/album/dreamachine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}