Information about plays

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

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

{
    "id": 3420567,
    "uri": "https://api.kexp.org/v2/plays/3420567/?format=api",
    "airdate": "2024-11-02T18:24:51-07:00",
    "show": 61747,
    "show_uri": "https://api.kexp.org/v2/shows/61747/?format=api",
    "image_uri": "https://ia600800.us.archive.org/11/items/mbid-01b12698-ea4f-4928-8a28-d6b32a5732e6/mbid-01b12698-ea4f-4928-8a28-d6b32a5732e6-39915716601_thumb500.jpg",
    "thumbnail_uri": "https://ia600800.us.archive.org/11/items/mbid-01b12698-ea4f-4928-8a28-d6b32a5732e6/mbid-01b12698-ea4f-4928-8a28-d6b32a5732e6-39915716601_thumb250.jpg",
    "song": "Redwoods (Anxious God)",
    "track_id": "d87360ca-1ce6-4013-b360-9240625a1429",
    "recording_id": "d6d5492c-3b54-4da1-93cc-2d4bc2a81627",
    "artist": "Haley Heynderickx",
    "artist_ids": [
        "f0805df4-1541-48b1-8482-4c789f83cfcf"
    ],
    "album": "Seed of a Seed",
    "release_id": "01b12698-ea4f-4928-8a28-d6b32a5732e6",
    "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": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "ABSOLUTELY GORGEOUS! Portland's Haley Heynderickx is finally back with a follow-up LP to I Want To Start a Garden, and it's amazing!\n\nListen to the whole record below:\n\nhttps://haleyheynderickx.bandcamp.com/album/seed-of-a-seed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}