Information about plays

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

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

{
    "id": 3538150,
    "uri": "https://api.kexp.org/v2/plays/3538150/?format=api",
    "airdate": "2025-08-09T23:03:54-07:00",
    "show": 64248,
    "show_uri": "https://api.kexp.org/v2/shows/64248/?format=api",
    "image_uri": "https://ia600209.us.archive.org/19/items/mbid-360f15ba-7741-4d32-8e2d-8057f477f8e2/mbid-360f15ba-7741-4d32-8e2d-8057f477f8e2-9707707504_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/19/items/mbid-360f15ba-7741-4d32-8e2d-8057f477f8e2/mbid-360f15ba-7741-4d32-8e2d-8057f477f8e2-9707707504_thumb250.jpg",
    "song": "Coattail Rider",
    "track_id": "7ef2b34e-c3d8-3d1b-b2b7-20286f2ff1eb",
    "recording_id": "aaebaa9b-825c-4490-8a8b-446a4ab90d18",
    "artist": "Supersuckers",
    "artist_ids": [
        "6fa09822-bbe4-4ff8-901d-4a39a4dd82e9"
    ],
    "album": "The Smoke of Hell",
    "release_id": "360f15ba-7741-4d32-8e2d-8057f477f8e2",
    "release_group_id": "e6b8f929-3983-3599-9f2a-d2c8f4809a50",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-09-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Supersuckers will be playing at:\n - The Ritz in San Jose on October 11th\n - Harlow's in Sacramento on October 12th\n - McMenamins Mission Theater in Portland on October 15th\n - Airport Tavern in Tacoma on October 16th\n\nhttps://supersuckers.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}