Information about plays

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

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

{
    "id": 3476452,
    "uri": "https://api.kexp.org/v2/plays/3476452/?format=api",
    "airdate": "2025-03-16T10:43:06-07:00",
    "show": 62924,
    "show_uri": "https://api.kexp.org/v2/shows/62924/?format=api",
    "image_uri": "https://coverartarchive.org/release/01b12698-ea4f-4928-8a28-d6b32a5732e6/39915716601-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/01b12698-ea4f-4928-8a28-d6b32a5732e6/39915716601-250.jpg",
    "song": "Redwoods (Anxious God)",
    "track_id": null,
    "recording_id": "d6d5492c-3b54-4da1-93cc-2d4bc2a81627",
    "artist": "Haley Heynderickx",
    "artist_ids": [
        "f0805df4-1541-48b1-8482-4c789f83cfcf"
    ],
    "album": "Seed of a Seed",
    "release_id": null,
    "release_group_id": "cf89619a-b956-49f6-b622-03760d197d53",
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [
        "3cbb810f-a8aa-40cc-8b6b-51fa6644678c"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Portland musician’s latest album.\nCheck out her 2017 Live on KEXP session\nhttps://www.youtube.com/watch?v=-ITl4-Kyey0\n\nhttps://haleyheynderickx.bandcamp.com/album/seed-of-a-seed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}