Information about plays

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

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

{
    "id": 3613682,
    "uri": "https://api.kexp.org/v2/plays/3613682/?format=api",
    "airdate": "2026-02-05T21:15:34-08:00",
    "show": 65849,
    "show_uri": "https://api.kexp.org/v2/shows/65849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kaleidoscope",
    "track_id": null,
    "recording_id": null,
    "artist": "Moher",
    "artist_ids": [
        "9dd22c3c-4adc-4e76-bd9f-a2e5779a2481"
    ],
    "album": "Kaleidoscope",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychedelic folk band based on Jeju Island of South Korea, consisting of e_so and Minkyu Jo.\n\nhttps://moherkorea.bandcamp.com/album/kaleidoscope",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}