Information about plays

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

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

{
    "id": 3581296,
    "uri": "https://api.kexp.org/v2/plays/3581296/?format=api",
    "airdate": "2025-11-22T03:50:41-08:00",
    "show": 65175,
    "show_uri": "https://api.kexp.org/v2/shows/65175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Days: Non voglio mai vedere il sole tramontare",
    "track_id": null,
    "recording_id": "0bcc60c7-a0dd-4994-93c8-ce703edf0023",
    "artist": "Caroline Polachek · 12 Ensemble · Oliver Leith · Matt Copson",
    "artist_ids": [],
    "album": "Last Days: Non voglio mai vedere il sole tramontare",
    "release_id": null,
    "release_group_id": "3d7f53fe-b883-40d9-898c-7da147655699",
    "labels": [
        "Perpetual Novice"
    ],
    "label_ids": [
        "4835d7c5-d414-4d5a-b13f-735c64f64c78"
    ],
    "release_date": "2022-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}