Information about plays

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

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

{
    "id": 3601304,
    "uri": "https://api.kexp.org/v2/plays/3601304/?format=api",
    "airdate": "2026-01-07T06:13:10-08:00",
    "show": 65585,
    "show_uri": "https://api.kexp.org/v2/shows/65585/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Billions of Eyes",
    "track_id": "6de162dd-ccbc-4872-b4e6-279d3aa11b4a",
    "recording_id": "5d86f6d4-2acd-4036-87a8-227c3df7183a",
    "artist": "Lady Lamb",
    "artist_ids": [
        "21cc73d7-e205-4586-b16c-e28a17a0a539"
    ],
    "album": "After",
    "release_id": "6dddd234-5d7a-4c00-ba47-f32c3a16a865",
    "release_group_id": "fb706f04-c0be-452b-bf82-db4c5806426e",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2015-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.ladylambjams.com/\n\nWatch Lady Lamb's 2015 KEXP live performance including this track and hosted by Cheryl here: https://www.youtube.com/watch?v=MXBGk1y10yM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}