Information about plays

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

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

{
    "id": 3606195,
    "uri": "https://api.kexp.org/v2/plays/3606195/?format=api",
    "airdate": "2026-01-19T00:38:06-08:00",
    "show": 65694,
    "show_uri": "https://api.kexp.org/v2/shows/65694/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Middle",
    "track_id": null,
    "recording_id": "27ae3d7b-7090-4388-8415-0f854e6547b6",
    "artist": "Girls of the Internet (feat. Allysha Joy)",
    "artist_ids": [
        "11c3823e-91d0-4c68-8051-9cd55728ad8b",
        "fb33e0a1-12e4-4c06-bbb9-d479460fed61"
    ],
    "album": "The Middle",
    "release_id": null,
    "release_group_id": "64bf4bb5-43be-497d-afc2-488abe3e95ef",
    "labels": [
        "Classic Music Company"
    ],
    "label_ids": [
        "c0c4b8e7-b427-4a44-aaea-b3bbc1287290"
    ],
    "release_date": "2024-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}