Information about plays

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

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

{
    "id": 3564798,
    "uri": "https://api.kexp.org/v2/plays/3564798/?format=api",
    "airdate": "2025-10-14T02:39:25-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia903206.us.archive.org/27/items/mbid-4d237308-4d7c-4ac8-9775-f7eb9f18413b/mbid-4d237308-4d7c-4ac8-9775-f7eb9f18413b-15270218961_thumb500.jpg",
    "thumbnail_uri": "https://ia803206.us.archive.org/27/items/mbid-4d237308-4d7c-4ac8-9775-f7eb9f18413b/mbid-4d237308-4d7c-4ac8-9775-f7eb9f18413b-15270218961_thumb250.jpg",
    "song": "Lie to Me",
    "track_id": "43172e93-f712-404e-aceb-f384ef214b66",
    "recording_id": "bd20c860-1d65-42ff-8143-7b6c23432867",
    "artist": "Prom Queen",
    "artist_ids": [
        "fca827f9-7bf0-41c2-9f87-d2af0caa20a3"
    ],
    "album": "Midnight Veil",
    "release_id": "4d237308-4d7c-4ac8-9775-f7eb9f18413b",
    "release_group_id": "4b972601-069e-4eb6-9831-4b4a52449983",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-10-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}