Information about plays

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

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

{
    "id": 3585656,
    "uri": "https://api.kexp.org/v2/plays/3585656/?format=api",
    "airdate": "2025-12-02T01:41:29-08:00",
    "show": 65267,
    "show_uri": "https://api.kexp.org/v2/shows/65267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scrappy",
    "track_id": null,
    "recording_id": "78713535-7705-4c77-8111-58498f59f5c0",
    "artist": "Wookie",
    "artist_ids": [
        "91abf41c-f211-4adf-ac71-addee7f4fd2a"
    ],
    "album": "Wookie",
    "release_id": null,
    "release_group_id": "ee4a25a2-412d-3f9b-9ed1-1ebc1e68503f",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2000-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}