Information about plays

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

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

{
    "id": 3521540,
    "uri": "https://api.kexp.org/v2/plays/3521540/?format=api",
    "airdate": "2025-07-02T06:12:21-07:00",
    "show": 63897,
    "show_uri": "https://api.kexp.org/v2/shows/63897/?format=api",
    "image_uri": "https://ia601204.us.archive.org/12/items/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc/mbid-14982a22-c2fb-410d-9103-0bb8be9c2adc-11530895844_thumb500.jpg",
    "thumbnail_uri": "https://ia601204.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": "TODAY IS THE SKYDIVING DAY!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}