Information about plays

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

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

{
    "id": 3500788,
    "uri": "https://api.kexp.org/v2/plays/3500788/?format=api",
    "airdate": "2025-05-13T09:32:23-07:00",
    "show": 63449,
    "show_uri": "https://api.kexp.org/v2/shows/63449/?format=api",
    "image_uri": "https://ia904503.us.archive.org/29/items/mbid-86860788-4a9b-4c43-904d-3f5681b5650b/mbid-86860788-4a9b-4c43-904d-3f5681b5650b-16112147076_thumb500.jpg",
    "thumbnail_uri": "https://ia904503.us.archive.org/29/items/mbid-86860788-4a9b-4c43-904d-3f5681b5650b/mbid-86860788-4a9b-4c43-904d-3f5681b5650b-16112147076_thumb250.jpg",
    "song": "You're One",
    "track_id": "3ed67044-8b34-3178-8cf5-c4e5f5b34bd6",
    "recording_id": "a6504177-c456-43d8-8b52-98b26dd419b8",
    "artist": "Imperial Teen",
    "artist_ids": [
        "7d478bd2-d228-46a8-8a7c-ef68a61fd339"
    ],
    "album": "Seasick",
    "release_id": "86860788-4a9b-4c43-904d-3f5681b5650b",
    "release_group_id": "8a6357ce-b7a2-34d1-a3dd-c7c133773832",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "you take it like a man boy\nyou take it like a man boy...\nyou kiss me like a man boy\nyou kiss me like a man boy...\n--\n\"You're One\" was the breakout single from their debut album \"Seasick.\"  Here's the official music video: https://www.youtube.com/watch?v=m_UoGG19E_k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}