Information about plays

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

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

{
    "id": 3595143,
    "uri": "https://api.kexp.org/v2/plays/3595143/?format=api",
    "airdate": "2025-12-24T01:18:38-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "https://ia803103.us.archive.org/16/items/mbid-356b420d-254d-4ff0-973d-bc8d0f492e6a/mbid-356b420d-254d-4ff0-973d-bc8d0f492e6a-19101569746_thumb500.jpg",
    "thumbnail_uri": "https://ia803103.us.archive.org/16/items/mbid-356b420d-254d-4ff0-973d-bc8d0f492e6a/mbid-356b420d-254d-4ff0-973d-bc8d0f492e6a-19101569746_thumb250.jpg",
    "song": "Out There on the Ice",
    "track_id": "a8c94ec1-ba91-3c17-a387-8b9381aed7d0",
    "recording_id": "8bcff9d0-1960-4613-b356-ca406d036898",
    "artist": "Cut Copy",
    "artist_ids": [
        "caaba574-dfbc-4681-8e56-19b5150897d2"
    ],
    "album": "In Ghost Colours",
    "release_id": "356b420d-254d-4ff0-973d-bc8d0f492e6a",
    "release_group_id": "9154444d-7328-3302-8e65-ece04b563de4",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2008-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of snow, Cut Copy's sixth studio album was called \"Freeze, Melt\" and released last August. https://cutcopy.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}