Information about plays

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

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

{
    "id": 3578814,
    "uri": "https://api.kexp.org/v2/plays/3578814/?format=api",
    "airdate": "2025-11-16T03:11:53-08:00",
    "show": 65124,
    "show_uri": "https://api.kexp.org/v2/shows/65124/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-971fb101-ea4b-4199-a2db-28231661eee7/mbid-971fb101-ea4b-4199-a2db-28231661eee7-15982744939_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-971fb101-ea4b-4199-a2db-28231661eee7/mbid-971fb101-ea4b-4199-a2db-28231661eee7-15982744939_thumb250.jpg",
    "song": "Goodness Pt. 2",
    "track_id": "90120777-c8e4-4355-a168-554dec87cd96",
    "recording_id": "a88baa69-efac-4e54-948b-a964e1c7a3e2",
    "artist": "The Hotelier",
    "artist_ids": [
        "af63ec4d-9fe4-4001-bcb6-8dd160ee6451"
    ],
    "album": "Goodness",
    "release_id": "971fb101-ea4b-4199-a2db-28231661eee7",
    "release_group_id": "94ae0705-4cdf-4594-b5de-0e75e840ed6e",
    "labels": [
        "Tiny Engines"
    ],
    "label_ids": [
        "2610903c-f0ac-4e7c-a2ab-c50f7468a8c2"
    ],
    "release_date": "2016-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}