Information about plays

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

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

{
    "id": 3570175,
    "uri": "https://api.kexp.org/v2/plays/3570175/?format=api",
    "airdate": "2025-10-26T09:31:53-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/b30a9c00-5358-400b-807c-d76489cca875/23822791842-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b30a9c00-5358-400b-807c-d76489cca875/23822791842-250.jpg",
    "song": "Late Last Night",
    "track_id": null,
    "recording_id": "3f33a2e4-a3b7-414d-9d4d-619e8dd74be4",
    "artist": "Ian Ferguson",
    "artist_ids": [
        "bef05526-01d6-4cbf-9be9-52cc1c8b3e64"
    ],
    "album": "State of Gold",
    "release_id": null,
    "release_group_id": "32fb48db-c373-41e0-a367-ab96c2df4199",
    "labels": [
        "County Fair Records"
    ],
    "label_ids": [
        "5efcf1a9-58ff-4d8c-9d07-078ea7715b33"
    ],
    "release_date": "2019-07-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Nashville artist played every instrument and recorded, produced, and mixed it himself.\nhttps://ianferguson.bandcamp.com/album/state-of-gold\nhttps://tinyurl.com/ianfergusoninterview",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}