Information about plays

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

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

{
    "id": 3572495,
    "uri": "https://api.kexp.org/v2/plays/3572495/?format=api",
    "airdate": "2025-11-01T06:05:34-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Butterfingers",
    "track_id": null,
    "recording_id": "e2892c34-e736-4861-9fce-94e62ecfd1d2",
    "artist": "And the Kids",
    "artist_ids": [
        "d47a7dba-f384-4dd1-af88-92ecb8bce8ac"
    ],
    "album": "When This Life Is Over",
    "release_id": null,
    "release_group_id": "99f7510b-e054-4a5a-9121-4b3a0fca41d8",
    "labels": [
        "Signature Sounds"
    ],
    "label_ids": [
        "f5aa62af-8333-4307-908b-fc426ff738fa"
    ],
    "release_date": "2019-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}