Information about plays

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

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

{
    "id": 3561439,
    "uri": "https://api.kexp.org/v2/plays/3561439/?format=api",
    "airdate": "2025-10-04T23:49:07-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/3742b473-5099-4e27-8c4e-2eec5844c0e2/8791287911-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3742b473-5099-4e27-8c4e-2eec5844c0e2/8791287911-250.jpg",
    "song": "Snake Oil Tanker",
    "track_id": null,
    "recording_id": "938ba0e0-8463-41e6-a279-63dabbce215d",
    "artist": "Alkaline Trio",
    "artist_ids": [
        "69421e11-e4c3-4854-951b-ceab4972e38e"
    ],
    "album": "Alkaline Trio",
    "release_id": null,
    "release_group_id": "20ff2003-5731-3ad5-96f7-6235b03249da",
    "labels": [
        "Asian Man Records"
    ],
    "label_ids": [
        "79cae522-8d5a-4535-a760-575b58f8957d"
    ],
    "release_date": "2000-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Theo\n\nIf you donate at the $10/mo or $120 level, you can choose your thank you gift AND get an additional KEXP Big, Beautiful Bag!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}