Information about plays

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

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

{
    "id": 3545674,
    "uri": "https://api.kexp.org/v2/plays/3545674/?format=api",
    "airdate": "2025-08-28T00:16:49-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://ia800602.us.archive.org/13/items/mbid-575e8ece-e6eb-41c9-a97a-377a3092e6d7/mbid-575e8ece-e6eb-41c9-a97a-377a3092e6d7-42136913546_thumb500.jpg",
    "thumbnail_uri": "https://dn721204.ca.archive.org/0/items/mbid-575e8ece-e6eb-41c9-a97a-377a3092e6d7/mbid-575e8ece-e6eb-41c9-a97a-377a3092e6d7-42136913546_thumb250.jpg",
    "song": "Is It Making You Feel Something",
    "track_id": "6230f224-eab9-4801-819e-29d2a1dd2f2d",
    "recording_id": "e5471cbf-6e34-4f8e-9edd-d0fc9f6e913c",
    "artist": "Superchunk",
    "artist_ids": [
        "61653550-fd9b-4401-8248-44f2d064d384"
    ],
    "album": "Songs in the Key of Yikes",
    "release_id": "575e8ece-e6eb-41c9-a97a-377a3092e6d7",
    "release_group_id": "59bdde88-b38f-45ca-bcf7-4b5b139a0e5b",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://superchunk.bandcamp.com/album/songs-in-the-key-of-yikes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}