Information about plays

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

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

{
    "id": 3420319,
    "uri": "https://api.kexp.org/v2/plays/3420319/?format=api",
    "airdate": "2024-11-02T03:22:45-07:00",
    "show": 61740,
    "show_uri": "https://api.kexp.org/v2/shows/61740/?format=api",
    "image_uri": "https://coverartarchive.org/release/63f4592c-6f58-32bb-bd9f-a431dc14e04d/6640977411-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63f4592c-6f58-32bb-bd9f-a431dc14e04d/6640977411-250.jpg",
    "song": "Chonkyfire",
    "track_id": null,
    "recording_id": "a18a43fa-1111-42e6-869e-170a677aab42",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "Aquemini",
    "release_id": null,
    "release_group_id": "eb655897-6cc5-3fc1-b9ed-5008eb80c682",
    "labels": [
        "BMG Direct Marketing, Inc."
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f"
    ],
    "release_date": "1998-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For 'Aquemini' the Atlanta duo used live instrumentation and improvisation, bringing a baby grand piano into the studio and hiring musicians who played \"everything from stoner funk to prog rock\". Producer Neal H. Pogue recalled, \"That was the beauty of making all those records – having musicians come in and out. It was almost like a Motown, that's what we had. Or like a Stax Records thing. That's what I loved about it. It brought back that whole feeling of making records. It was organic.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}