Information about plays

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

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

{
    "id": 3596736,
    "uri": "https://api.kexp.org/v2/plays/3596736/?format=api",
    "airdate": "2025-12-27T14:29:11-08:00",
    "show": 65489,
    "show_uri": "https://api.kexp.org/v2/shows/65489/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Creature Feature",
    "track_id": "9f92b7d6-84f5-429a-8cf1-1d21975abcec",
    "recording_id": "d0c847fb-9ff7-4dba-877f-c3ce8f33495d",
    "artist": "Meatbodies",
    "artist_ids": [
        "3ed638a7-5188-4be6-918c-9bbd68890b58"
    ],
    "album": "Alice",
    "release_id": "95a19d03-d8d9-4e9e-9e23-8338f99503a1",
    "release_group_id": "c9b71707-8654-4593-8fbe-61353a72111f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Meatbodies performing LIVE on KEXP from April  2024 here:\n\nhttps://www.youtube.com/watch?v=l7NnzWPGXuc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}