Information about plays

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

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

{
    "id": 3550614,
    "uri": "https://api.kexp.org/v2/plays/3550614/?format=api",
    "airdate": "2025-09-08T22:45:10-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/a219269b-2b2b-4130-a750-97fae2e7d054/7622781787-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a219269b-2b2b-4130-a750-97fae2e7d054/7622781787-250.jpg",
    "song": "Never Nothing (It's Alright [It's OK])",
    "track_id": null,
    "recording_id": "23a82cfc-b7f7-4e71-aad8-b4330888df02",
    "artist": "A Sunny Day in Glasgow",
    "artist_ids": [
        "73571028-9318-4090-ab36-c111974e195b"
    ],
    "album": "Sea When Absent",
    "release_id": null,
    "release_group_id": "cc514c1c-1b6c-476d-bc93-d96ef0e21757",
    "labels": [
        "Lefse"
    ],
    "label_ids": [],
    "release_date": "2014-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2014 fave! - https://asunnydayinglasgow.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}