Information about plays

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

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

{
    "id": 3561073,
    "uri": "https://api.kexp.org/v2/plays/3561073/?format=api",
    "airdate": "2025-10-04T02:06:19-07:00",
    "show": 64738,
    "show_uri": "https://api.kexp.org/v2/shows/64738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nigromancia",
    "track_id": null,
    "recording_id": null,
    "artist": "Zorstka",
    "artist_ids": [],
    "album": "El Arte De La Nigromancia",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Inclub Records"
    ],
    "label_ids": [
        "c8c57386-6a8f-4a4c-94cb-2d57913fd866"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Huancayo, Peru - \nhttps://inclubrecords.bandcamp.com/album/zorstka-el-arte-de-la-nigromancia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}