Information about plays

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

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

{
    "id": 3608781,
    "uri": "https://api.kexp.org/v2/plays/3608781/?format=api",
    "airdate": "2026-01-25T02:20:41-08:00",
    "show": 65749,
    "show_uri": "https://api.kexp.org/v2/shows/65749/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-3def0f05-dccf-4b18-a636-7b10c08b814e/mbid-3def0f05-dccf-4b18-a636-7b10c08b814e-26357846369_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/26/items/mbid-3def0f05-dccf-4b18-a636-7b10c08b814e/mbid-3def0f05-dccf-4b18-a636-7b10c08b814e-26357846369_thumb250.jpg",
    "song": "A Wall",
    "track_id": "aee68279-f4a4-4f4e-a4de-ee69ab6fd74e",
    "recording_id": "7820c56e-c735-4435-b47b-1113882ff8ee",
    "artist": "Downtown Boys",
    "artist_ids": [
        "4bab4841-5584-4c04-a933-3f537fbe3aad"
    ],
    "album": "Cost of Living",
    "release_id": "3def0f05-dccf-4b18-a636-7b10c08b814e",
    "release_group_id": "40e008fc-bdeb-43fe-a109-3107298439db",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-08-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}