Information about plays

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

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

{
    "id": 3522968,
    "uri": "https://api.kexp.org/v2/plays/3522968/?format=api",
    "airdate": "2025-07-05T12:51:27-07:00",
    "show": 63928,
    "show_uri": "https://api.kexp.org/v2/shows/63928/?format=api",
    "image_uri": "https://ia601408.us.archive.org/18/items/mbid-02c8c27f-5835-46fd-8277-9ab19a61aa73/mbid-02c8c27f-5835-46fd-8277-9ab19a61aa73-34050608115_thumb500.jpg",
    "thumbnail_uri": "https://ia601408.us.archive.org/18/items/mbid-02c8c27f-5835-46fd-8277-9ab19a61aa73/mbid-02c8c27f-5835-46fd-8277-9ab19a61aa73-34050608115_thumb250.jpg",
    "song": "In My Arms",
    "track_id": "0c81131f-00f7-430a-9059-b54a8202a761",
    "recording_id": "d2bf7ac8-4e52-4d0d-b763-c890d1e8b35b",
    "artist": "Big Joanie",
    "artist_ids": [
        "6764d1b3-2d27-41d6-960d-d3d2866b605d"
    ],
    "album": "Back Home",
    "release_id": "02c8c27f-5835-46fd-8277-9ab19a61aa73",
    "release_group_id": "f2abb50d-c7b8-4381-b44c-0ea5796dd74d",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2022-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 40th birthday to Big Joanie drummer Chardine Taylor-Stone!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}