Information about plays

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

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

{
    "id": 3572494,
    "uri": "https://api.kexp.org/v2/plays/3572494/?format=api",
    "airdate": "2025-11-01T06:02:05-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Special",
    "track_id": null,
    "recording_id": "d66f7052-7973-4e2d-b23b-a295183936a2",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Singles Old, Volume 1",
    "release_id": null,
    "release_group_id": "0c6d6c4c-7280-3c26-acd4-bdac78484dce",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}