Information about plays

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

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

{
    "id": 3560252,
    "uri": "https://api.kexp.org/v2/plays/3560252/?format=api",
    "airdate": "2025-10-01T23:51:59-07:00",
    "show": 64721,
    "show_uri": "https://api.kexp.org/v2/shows/64721/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-3513965a-1215-4b4e-aaa0-464cca70b561/mbid-3513965a-1215-4b4e-aaa0-464cca70b561-42514701590_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-3513965a-1215-4b4e-aaa0-464cca70b561/mbid-3513965a-1215-4b4e-aaa0-464cca70b561-42514701590_thumb250.jpg",
    "song": "Back to the Wind",
    "track_id": "87fb15f1-db33-492c-867e-599bad0e5ccf",
    "recording_id": "8fc68537-10e1-43a4-84f4-091937f529f7",
    "artist": "Whitney",
    "artist_ids": [
        "2e3a5b97-aec7-4b11-bb56-77ad52b99b86"
    ],
    "album": "Small Talk",
    "release_id": "3513965a-1215-4b4e-aaa0-464cca70b561",
    "release_group_id": "85b2add6-df02-4d2f-8d16-a8b85d3f3fe2",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://whitneychicago.bandcamp.com/track/back-to-the-wind",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}