Information about plays

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

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

{
    "id": 3547011,
    "uri": "https://api.kexp.org/v2/plays/3547011/?format=api",
    "airdate": "2025-08-31T03:06:37-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2adb6b7-f213-479a-87f1-ef3d2bb19a38/9147479035-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2adb6b7-f213-479a-87f1-ef3d2bb19a38/9147479035-250.jpg",
    "song": "Shy",
    "track_id": null,
    "recording_id": null,
    "artist": "A Sunny Day in Glasgow",
    "artist_ids": [
        "73571028-9318-4090-ab36-c111974e195b"
    ],
    "album": "Ashes Grammar",
    "release_id": null,
    "release_group_id": "3e33c97e-f0c6-4c00-82f5-a4b4db1d370c",
    "labels": [
        "Mis Ojos Discos"
    ],
    "label_ids": [
        "a8b1a366-3a06-4da4-9c91-aa24f78e32f3"
    ],
    "release_date": "2009-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Super underrated IMO - https://asunnydayinglasgow.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}