Information about plays

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

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

{
    "id": 3641429,
    "uri": "https://api.kexp.org/v2/plays/3641429/?format=api",
    "airdate": "2026-04-13T04:21:09-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bread Alone",
    "track_id": null,
    "recording_id": "044bb84d-5f26-4f33-be50-7b5a68b1fa15",
    "artist": "Junie",
    "artist_ids": [
        "39d895fa-c8e1-4dfe-ae14-9a1a302e64aa"
    ],
    "album": "Bread Alone",
    "release_id": null,
    "release_group_id": "c37d4040-4dbd-4fae-80b6-b52d9a30cf70",
    "labels": [
        "Big Break Records"
    ],
    "label_ids": [
        "dedfd16a-311b-48c7-8f3b-4979ec098259"
    ],
    "release_date": "2011-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}