Information about plays

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

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

{
    "id": 3410057,
    "uri": "https://api.kexp.org/v2/plays/3410057/?format=api",
    "airdate": "2024-10-08T14:35:53-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "https://ia803405.us.archive.org/14/items/mbid-575c4e9b-0d7b-3ffd-80f2-10edec60eb1b/mbid-575c4e9b-0d7b-3ffd-80f2-10edec60eb1b-24087286561_thumb500.jpg",
    "thumbnail_uri": "https://ia903405.us.archive.org/14/items/mbid-575c4e9b-0d7b-3ffd-80f2-10edec60eb1b/mbid-575c4e9b-0d7b-3ffd-80f2-10edec60eb1b-24087286561_thumb250.jpg",
    "song": "Purple Haze",
    "track_id": "8e557c4b-85e8-35a5-afc1-21e134691a3b",
    "recording_id": "f10135d7-3247-4e3d-b903-8b1a60a081b6",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Experience Hendrix: The Best of Jimi Hendrix",
    "release_id": "575c4e9b-0d7b-3ffd-80f2-10edec60eb1b",
    "release_group_id": "c398cd29-bd3a-3dca-bea2-e5d93d6e2778",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1997-10-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "When the recording was sent to Hendrix's American label, a note said, \"deliberate distortion, do not correct.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}