Information about plays

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

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

{
    "id": 3545467,
    "uri": "https://api.kexp.org/v2/plays/3545467/?format=api",
    "airdate": "2025-08-27T11:17:26-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia800209.us.archive.org/35/items/mbid-8ef90558-b590-4ae2-be9f-740528fd1fd1/mbid-8ef90558-b590-4ae2-be9f-740528fd1fd1-20194626830_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/35/items/mbid-8ef90558-b590-4ae2-be9f-740528fd1fd1/mbid-8ef90558-b590-4ae2-be9f-740528fd1fd1-20194626830_thumb250.jpg",
    "song": "Alone Again Or",
    "track_id": "cfd0e3c3-e3fa-4af3-825b-670ffd43a4d4",
    "recording_id": "086fef90-7e9a-42d5-b3cb-47b529cafdbe",
    "artist": "Love",
    "artist_ids": [
        "34ec9a8d-c65b-48fd-bcdd-aad2f72fdb47"
    ],
    "album": "Forever Changes",
    "release_id": "8ef90558-b590-4ae2-be9f-740528fd1fd1",
    "release_group_id": "c7035bc6-6101-326f-992c-401d451c1716",
    "labels": [
        "Rhino",
        "Elektra"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Steve in San Mateo!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}