Information about plays

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

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

{
    "id": 3421615,
    "uri": "https://api.kexp.org/v2/plays/3421615/?format=api",
    "airdate": "2024-11-05T06:31:17-08:00",
    "show": 61768,
    "show_uri": "https://api.kexp.org/v2/shows/61768/?format=api",
    "image_uri": "https://ia801204.us.archive.org/12/items/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc-11530895844_thumb500.jpg",
    "thumbnail_uri": "https://ia801204.us.archive.org/12/items/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc-11530895844_thumb250.jpg",
    "song": "This Is the Day",
    "track_id": "4ad1b029-c9ab-44e0-af78-ebdff9b11fff",
    "recording_id": "c6d5af08-0684-4f2b-a661-7ee317a48975",
    "artist": "The The",
    "artist_ids": [
        "a7409219-a681-4072-adb2-5285106ce6f2"
    ],
    "album": "Soul Mining",
    "release_id": "9ffa19cf-5f57-48f6-a346-8a6ad67b434f",
    "release_group_id": "923e256a-7bf0-31e0-bddc-ec76db526c32",
    "labels": [
        "Lazarus",
        "Epic",
        "Legacy"
    ],
    "label_ids": [
        "a43c7383-5b02-4e9a-a140-7a0046fae21a",
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2002-07-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to Pat and Elizabeth who are seeing The The on Friday!\n\nhttps://www.thethe.com/tour-dates/\n\nTHE THE was formed in 1979 by Matt Johnson. His genre is all his own: it is music of long shadows, high hopes, channeled anger, feverish passions and sweetly disturbing poignancy.\nhttps://thethe.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}