Information about plays

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

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

{
    "id": 3570595,
    "uri": "https://api.kexp.org/v2/plays/3570595/?format=api",
    "airdate": "2025-10-27T11:12:14-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-762f8ec6-e36f-45e8-9c86-2dde05ce5e4d/mbid-762f8ec6-e36f-45e8-9c86-2dde05ce5e4d-37696550456_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-762f8ec6-e36f-45e8-9c86-2dde05ce5e4d/mbid-762f8ec6-e36f-45e8-9c86-2dde05ce5e4d-37696550456_thumb250.jpg",
    "song": "Porch Boogie",
    "track_id": "4b5ab39e-38d3-4a90-97b2-8b761a131dad",
    "recording_id": "10fd1bb9-59b5-4292-a9eb-9cffde6b6365",
    "artist": "Rose City Band",
    "artist_ids": [
        "5c0fd749-09f8-4ece-b489-364fa10fe202"
    ],
    "album": "Garden Party",
    "release_id": "762f8ec6-e36f-45e8-9c86-2dde05ce5e4d",
    "release_group_id": "37a4d16f-50d2-4c40-807b-55aebec7206a",
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2023-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl hosted Portland's Rose City Band Live on KEXP back in February: \n\nhttps://www.youtube.com/watch?v=IZF_X-DLyfg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}