Information about plays

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

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

{
    "id": 3578718,
    "uri": "https://api.kexp.org/v2/plays/3578718/?format=api",
    "airdate": "2025-11-15T22:09:23-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://ia600607.us.archive.org/14/items/mbid-1ad96bf1-1a10-460b-b93a-7e73e1da747b/mbid-1ad96bf1-1a10-460b-b93a-7e73e1da747b-17941331186_thumb500.jpg",
    "thumbnail_uri": "https://ia600607.us.archive.org/14/items/mbid-1ad96bf1-1a10-460b-b93a-7e73e1da747b/mbid-1ad96bf1-1a10-460b-b93a-7e73e1da747b-17941331186_thumb250.jpg",
    "song": "Common Trash",
    "track_id": "0bf69608-f773-4dd9-b4e3-17d75de3a253",
    "recording_id": "4e2171b9-cc07-43fb-a601-b82f866c465e",
    "artist": "METZ",
    "artist_ids": [
        "449c400c-8312-4c1d-bed8-c8d774090759"
    ],
    "album": "Strange Peace",
    "release_id": "1ad96bf1-1a10-460b-b93a-7e73e1da747b",
    "release_group_id": "2a8a6e2e-9bf2-481b-b253-4cc0c8f7953f",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out footage of METZ performing live at KEXP's studio last year by following the link below:\n\nhttps://youtu.be/4rT3JT5iKPk?\nsi=NsRFtSHjxMMGs2mJ\n\nhttps://www.metzztem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}