Information about plays

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

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

{
    "id": 3620487,
    "uri": "https://api.kexp.org/v2/plays/3620487/?format=api",
    "airdate": "2026-02-21T19:36:48-08:00",
    "show": 65996,
    "show_uri": "https://api.kexp.org/v2/shows/65996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Falling (Vocal)",
    "track_id": null,
    "recording_id": null,
    "artist": "Pender Street Steppers",
    "artist_ids": [],
    "album": "Our Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mood Hut"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mood Hut isn't just a collective, it's also a label! This is a release of theirs from 2019, off a double single from the group Pender Street Steppers!\n\nhttps://penderstreetsteppers.bandcamp.com/album/our-time",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}