Information about plays

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

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

{
    "id": 3630034,
    "uri": "https://api.kexp.org/v2/plays/3630034/?format=api",
    "airdate": "2026-03-17T04:43:32-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1c8100e-cb88-4f5d-ade1-50f9c029f1bb/26815415422-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1c8100e-cb88-4f5d-ade1-50f9c029f1bb/26815415422-250.jpg",
    "song": "Lick in Heaven",
    "track_id": null,
    "recording_id": "da3ac8b7-81d8-4391-8d06-9721283ca37b",
    "artist": "Jessy Lanza",
    "artist_ids": [
        "0dfb3c3d-e140-4575-baf3-7ff20ae56c9c"
    ],
    "album": "All the Time",
    "release_id": null,
    "release_group_id": "8a8305bc-8cf2-4020-8a4d-f7303a24e572",
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2020-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another request going out to Michael listening from Bavaria!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}