Information about plays

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

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

{
    "id": 3575957,
    "uri": "https://api.kexp.org/v2/plays/3575957/?format=api",
    "airdate": "2025-11-09T09:43:24-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/96bd8d30-da4e-43a9-b9bf-27489d33fc1f/21415407563-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96bd8d30-da4e-43a9-b9bf-27489d33fc1f/21415407563-250.jpg",
    "song": "Chico River",
    "track_id": null,
    "recording_id": "4951e5ff-d9e2-4aef-b92f-ab4a52e6eb19",
    "artist": "Mapache",
    "artist_ids": [
        "8cfe3008-c457-4271-9c91-c7c473fc574b"
    ],
    "album": "Mapache",
    "release_id": null,
    "release_group_id": "7634e653-bd57-481a-a0ba-0ec98021ba62",
    "labels": [
        "Yep Yep Records"
    ],
    "label_ids": [
        "d6a96c4c-efd7-47ee-b4c7-cebd67911440"
    ],
    "release_date": "2017-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA quartet. See them live in The Roadhouse from 2018: https://www.youtube.com/watch?v=RrQHNX5qOiY ; https://www.facebook.com/mapachesounds ; https://mapachesounds.bandcamp.com ; https://www.mapachesounds.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}