Information about plays

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

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

{
    "id": 3520368,
    "uri": "https://api.kexp.org/v2/plays/3520368/?format=api",
    "airdate": "2025-06-29T10:57:48-07:00",
    "show": 63869,
    "show_uri": "https://api.kexp.org/v2/shows/63869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": null,
    "labels": [
        "Spiritual Pajamas"
    ],
    "label_ids": [],
    "release_date": "2017-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song and others live, right here in The Roadhouse: 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"
}