Information about plays

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

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

{
    "id": 3525059,
    "uri": "https://api.kexp.org/v2/plays/3525059/?format=api",
    "airdate": "2025-07-10T07:07:35-07:00",
    "show": 63972,
    "show_uri": "https://api.kexp.org/v2/shows/63972/?format=api",
    "image_uri": "https://ia600304.us.archive.org/32/items/mbid-2492d3a0-620e-48e1-aa5c-396457a41718/mbid-2492d3a0-620e-48e1-aa5c-396457a41718-23069441236_thumb500.jpg",
    "thumbnail_uri": "https://ia600304.us.archive.org/32/items/mbid-2492d3a0-620e-48e1-aa5c-396457a41718/mbid-2492d3a0-620e-48e1-aa5c-396457a41718-23069441236_thumb250.jpg",
    "song": "Black Is the Color of My True Love’s Hair",
    "track_id": "0c372900-6c35-3a0d-b131-33f432b03000",
    "recording_id": "ce387928-116a-49e0-a4d8-60fdea564885",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Wild Is the Wind",
    "release_id": "2492d3a0-620e-48e1-aa5c-396457a41718",
    "release_group_id": "b4433a3e-d5ad-3d99-965c-96bfb6a0f071",
    "labels": [
        "Philips"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Simone's album was compiled from several recordings that were left over from sessions in 1964 and 1965, and included the song \"Black Is The Color of My True Love's Hair.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}