Information about plays

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

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

{
    "id": 3545121,
    "uri": "https://api.kexp.org/v2/plays/3545121/?format=api",
    "airdate": "2025-08-26T16:10:00-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia800500.us.archive.org/30/items/mbid-7adfb14d-0d13-436f-bfc6-54ea734608d7/mbid-7adfb14d-0d13-436f-bfc6-54ea734608d7-11401637543_thumb500.jpg",
    "thumbnail_uri": "https://ia600500.us.archive.org/30/items/mbid-7adfb14d-0d13-436f-bfc6-54ea734608d7/mbid-7adfb14d-0d13-436f-bfc6-54ea734608d7-11401637543_thumb250.jpg",
    "song": "I Just Want to Celebrate",
    "track_id": "1f381017-c5bc-3aac-96e0-f0d049d0ff8a",
    "recording_id": "2d42762b-a53d-4ba0-99fd-ce260f6fde24",
    "artist": "Rare Earth",
    "artist_ids": [
        "670cc8bc-a6e1-40cd-b20a-86753456d6fa"
    ],
    "album": "One World",
    "release_id": "7adfb14d-0d13-436f-bfc6-54ea734608d7",
    "release_group_id": "dd95d354-452b-37d4-8239-5efe9c914025",
    "labels": [
        "Rare Earth"
    ],
    "label_ids": [
        "1c31c23c-f363-4c58-ad0e-c21e1f783ade"
    ],
    "release_date": "1971-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rare Earth was the first all-white pop act signed to Motown Records, who created a subsidiary for them to record on which was conveniently called Rare Earth Records. The group was Motown's effort to change with the times, not so much to appeal to a white audience, but to get songs on FM radio. \n\nhttps://www.songfacts.com/facts/rare-earth/i-just-want-to-celebrate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}