Information about plays

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

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

{
    "id": 3542084,
    "uri": "https://api.kexp.org/v2/plays/3542084/?format=api",
    "airdate": "2025-08-19T13:52:24-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://ia802801.us.archive.org/29/items/mbid-428c763d-a9cc-3cfb-bd33-752743e2d389/mbid-428c763d-a9cc-3cfb-bd33-752743e2d389-1762411070_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/29/items/mbid-428c763d-a9cc-3cfb-bd33-752743e2d389/mbid-428c763d-a9cc-3cfb-bd33-752743e2d389-1762411070_thumb250.jpg",
    "song": "Camino del Sol",
    "track_id": "459f6d98-91ef-384c-87c3-0990a3ac2cb3",
    "recording_id": "33b80608-f8a9-4172-b32b-6f4461ce67f1",
    "artist": "Antena",
    "artist_ids": [
        "c86a6eeb-c0cb-4321-a9ea-dbc1e5b8acd7"
    ],
    "album": "Camino Del Sol",
    "release_id": "428c763d-a9cc-3cfb-bd33-752743e2d389",
    "release_group_id": "3a2f6da8-95db-4042-baa8-4f04e7425065",
    "labels": [
        "Interphon Records"
    ],
    "label_ids": [
        "71c9097a-9d00-4a95-891d-7b3beb0ef35d"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Camino del Sol\" was originally a five-song twelve-inch from 1980, but was later expanded to a full-length by Crepuscule in 1982 with added singles. \n",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}