Information about plays

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

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

{
    "id": 3567673,
    "uri": "https://api.kexp.org/v2/plays/3567673/?format=api",
    "airdate": "2025-10-20T15:55:50-07:00",
    "show": 64888,
    "show_uri": "https://api.kexp.org/v2/shows/64888/?format=api",
    "image_uri": "https://coverartarchive.org/release/bfc71c0d-cafe-49da-860e-751089566c2c/9165534110-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bfc71c0d-cafe-49da-860e-751089566c2c/9165534110-250.jpg",
    "song": "Just Us",
    "track_id": null,
    "recording_id": "9897e60e-3f02-4650-9976-c502569d8177",
    "artist": "Arthur Lee",
    "artist_ids": [
        "4e0a7e0d-bd05-4210-a654-72c4d437fda5"
    ],
    "album": "Arthur Lee",
    "release_id": null,
    "release_group_id": "1ee2bd08-a0bb-440c-92ff-fa5958f808be",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arthur's first instrument was the accordion. He learned to read music and had a natural talent for it. Even without formal training, he could copy musicians from records and create his own songs. He later got an organ and a harmonica. After graduating from Susan Miller Dorsey High School, Arthur decided to pursue music instead of going to college for sports. He was inspired to form a band after seeing Johnny Echols perform.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}