Information about plays

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

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

{
    "id": 3541847,
    "uri": "https://api.kexp.org/v2/plays/3541847/?format=api",
    "airdate": "2025-08-19T00:29:27-07:00",
    "show": 64327,
    "show_uri": "https://api.kexp.org/v2/shows/64327/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e822b04-d06e-4017-be05-1ff67dd9dde1/26737486219-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e822b04-d06e-4017-be05-1ff67dd9dde1/26737486219-250.jpg",
    "song": "Passion Sauce",
    "track_id": null,
    "recording_id": null,
    "artist": "Rhode & Brown",
    "artist_ids": [
        "f76c48e2-70f4-46f9-ac7a-ffd793ac89f6"
    ],
    "album": "Aqua Terra EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Planet Trip"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(It's kinda like teriyaki but with more peppers added in) - https://rhodeandbrown.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}