Information about plays

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

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

{
    "id": 3577121,
    "uri": "https://api.kexp.org/v2/plays/3577121/?format=api",
    "airdate": "2025-11-12T06:36:36-08:00",
    "show": 65087,
    "show_uri": "https://api.kexp.org/v2/shows/65087/?format=api",
    "image_uri": "https://dn721307.ca.archive.org/0/items/mbid-4862ccbb-2b95-457f-9885-7fea4b984049/mbid-4862ccbb-2b95-457f-9885-7fea4b984049-19447929579_thumb500.jpg",
    "thumbnail_uri": "https://dn721307.ca.archive.org/0/items/mbid-4862ccbb-2b95-457f-9885-7fea4b984049/mbid-4862ccbb-2b95-457f-9885-7fea4b984049-19447929579_thumb250.jpg",
    "song": "Whole Lotta Shakin' Goin' On",
    "track_id": "9414a840-66a1-4314-9eb9-000baa1dfd93",
    "recording_id": "9ea8fcd1-8aa6-46de-b8c3-5db955657488",
    "artist": "Little Richard",
    "artist_ids": [
        "95c2339b-8277-49a6-9aaf-08d8eeeaa0be"
    ],
    "album": "Cast A Long Shadow",
    "release_id": "4862ccbb-2b95-457f-9885-7fea4b984049",
    "release_group_id": "f76ee71c-9f52-4a8f-9ceb-312304fd2e35",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance of \"Whole Lotta Shakin' Goin' On'\" https://www.youtube.com/watch?v=KzYJS3ksH_s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}