Information about plays

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

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

{
    "id": 3580385,
    "uri": "https://api.kexp.org/v2/plays/3580385/?format=api",
    "airdate": "2025-11-19T21:37:04-08:00",
    "show": 65156,
    "show_uri": "https://api.kexp.org/v2/shows/65156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Look Up To See My Only Sunshine",
    "track_id": null,
    "recording_id": null,
    "artist": "Badge Époque",
    "artist_ids": [
        "05e8d64a-dcb5-4353-9de0-a5ca3c34a701"
    ],
    "album": "Furry Worried Ape",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Telephone Explosion"
    ],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Remember, when you are listening to music, you are putting something in your body.\" -Badge Époque via their Bandcamp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}