Information about plays

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

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

{
    "id": 3656627,
    "uri": "https://api.kexp.org/v2/plays/3656627/?format=api",
    "airdate": "2026-05-19T01:43:31-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/b93f38f1-05f1-4718-ac22-39a67f3ef812/18643412644-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b93f38f1-05f1-4718-ac22-39a67f3ef812/18643412644-250.jpg",
    "song": "raingurl",
    "track_id": null,
    "recording_id": "f1451780-d6a9-4ac5-bdd9-d239c5d2facb",
    "artist": "Yaeji",
    "artist_ids": [
        "2d781050-032a-4a4f-b0a9-7b4bc99449e1"
    ],
    "album": "EP2",
    "release_id": null,
    "release_group_id": "123c33f4-fff5-40ec-88a9-1c9f5e759e1a",
    "labels": [
        "GODMODE"
    ],
    "label_ids": [
        "652c647d-ab35-4d75-a7fe-c609e0893596"
    ],
    "release_date": "2017-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In Seattle July 3rd -- https://www.eventbrite.com/e/yaeji-new-ticket-link-in-description-tickets-1985158403223",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}