Information about plays

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

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

{
    "id": 3569882,
    "uri": "https://api.kexp.org/v2/plays/3569882/?format=api",
    "airdate": "2025-10-25T19:00:27-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rocket Man",
    "track_id": "f9aa0457-5a8d-327a-918d-8cd0b9894b1d",
    "recording_id": "7278444d-6649-42df-98ed-4c3572e7103d",
    "artist": "Fastbacks",
    "artist_ids": [
        "3fe64039-d8e0-4ac2-838f-9a3bf97c4931"
    ],
    "album": "Super Fantastic Mega Smash Hits!",
    "release_id": "df4ad02a-7ed6-4603-b76a-a25e02fcec72",
    "release_group_id": "53fe50b9-514d-34a4-a154-bc893f9d6f68",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-10-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Classic Seattle punk band Fastbacks covering Elton John's \"Rocket Man\"!\n\nhttps://fastbacks.bandcamp.com/album/zucker-2020",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}