Information about plays

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

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

{
    "id": 3534068,
    "uri": "https://api.kexp.org/v2/plays/3534068/?format=api",
    "airdate": "2025-07-31T08:30:05-07:00",
    "show": 64160,
    "show_uri": "https://api.kexp.org/v2/shows/64160/?format=api",
    "image_uri": "https://ia801303.us.archive.org/26/items/mbid-25fe2fca-8234-4819-a59f-016856cee1a4/mbid-25fe2fca-8234-4819-a59f-016856cee1a4-12321913993_thumb500.jpg",
    "thumbnail_uri": "https://ia801303.us.archive.org/26/items/mbid-25fe2fca-8234-4819-a59f-016856cee1a4/mbid-25fe2fca-8234-4819-a59f-016856cee1a4-12321913993_thumb250.jpg",
    "song": "Christian Says",
    "track_id": "d8d876a8-8041-3220-a48d-245c5797ad9c",
    "recording_id": "cfe08855-e2fd-487d-aefe-6eb521e4dac1",
    "artist": "Tones on Tail",
    "artist_ids": [
        "ff3a293a-76d1-49a7-a5c5-fede02e7e648"
    ],
    "album": "Night Music",
    "release_id": "25fe2fca-8234-4819-a59f-016856cee1a4",
    "release_group_id": "3c3bc078-667d-34aa-829d-cfcfe7a980e6",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daniel Ash was born on July 31st! He is a Leo!\n--\nTones on Tail was a musical side project of Daniel Ash of the gothic rock group Bauhaus. \n---\nSupport the goth music you love & donate to KEXP - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}