Information about plays

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

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

{
    "id": 3545140,
    "uri": "https://api.kexp.org/v2/plays/3545140/?format=api",
    "airdate": "2025-08-26T17:03:26-07:00",
    "show": 64395,
    "show_uri": "https://api.kexp.org/v2/shows/64395/?format=api",
    "image_uri": "https://ia802803.us.archive.org/34/items/mbid-5116452f-0f4f-4bee-9aa5-43dcd4dddd6b/mbid-5116452f-0f4f-4bee-9aa5-43dcd4dddd6b-25391025328_thumb500.jpg",
    "thumbnail_uri": "https://ia802803.us.archive.org/34/items/mbid-5116452f-0f4f-4bee-9aa5-43dcd4dddd6b/mbid-5116452f-0f4f-4bee-9aa5-43dcd4dddd6b-25391025328_thumb250.jpg",
    "song": "Is It Any Wonder?",
    "track_id": "986599a1-f6f7-44d4-9513-586fcb72cae9",
    "recording_id": "e20f0a37-7771-4506-a247-de67c564227d",
    "artist": "Durand Jones & the Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Durand Jones & the Indications",
    "release_id": "5116452f-0f4f-4bee-9aa5-43dcd4dddd6b",
    "release_group_id": "840ba235-7f6c-4d20-819b-b07fa38eb844",
    "labels": [
        "Coalmine Records"
    ],
    "label_ids": [
        "cdcbb64b-b92f-43f4-a9b1-0817186ec968"
    ],
    "release_date": "2016-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Durand Jones & the Indications is on tour!\n- 10/27 at Crystal Ballroom in Portland\n- 10/29 at Showbox Sodo in Seattle\nMany other cities and dates here!\nhttps://durandjonesandtheindications.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}