Information about plays

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

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

{
    "id": 3604167,
    "uri": "https://api.kexp.org/v2/plays/3604167/?format=api",
    "airdate": "2026-01-14T06:42:30-08:00",
    "show": 65646,
    "show_uri": "https://api.kexp.org/v2/shows/65646/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyday People",
    "track_id": "a4e07a18-05b1-47d3-b5fd-d7d611642bb4",
    "recording_id": "4fe59a92-33bf-4571-8c8f-16358dc7e8b6",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "Stand!",
    "release_id": "0425074d-a3e9-4b4c-ba0e-de34f15384a9",
    "release_group_id": "86871123-60e4-30a5-aae3-36e810e0964b",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1969-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I love the KEXP community and how it embraces one another and lifts everyone up in a time where the national message is to push people down.\"\n\nThank you Mike from Hershey, PA!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}