Information about plays

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

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

{
    "id": 3423285,
    "uri": "https://api.kexp.org/v2/plays/3423285/?format=api",
    "airdate": "2024-11-09T12:07:32-08:00",
    "show": 61807,
    "show_uri": "https://api.kexp.org/v2/shows/61807/?format=api",
    "image_uri": "https://ia800209.us.archive.org/23/items/mbid-3821e35f-c925-442c-9655-da06d8d34ac8/mbid-3821e35f-c925-442c-9655-da06d8d34ac8-1606761051_thumb500.jpg",
    "thumbnail_uri": "https://ia600209.us.archive.org/23/items/mbid-3821e35f-c925-442c-9655-da06d8d34ac8/mbid-3821e35f-c925-442c-9655-da06d8d34ac8-1606761051_thumb250.jpg",
    "song": "Rebirth of Slick (Cool Like Dat)",
    "track_id": "748bdc74-5a47-34fb-b0cd-16ce5fa97bcf",
    "recording_id": "bd2a4d5d-3462-4f0b-832a-053759783952",
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Reachin’ (A New Refutation of Time and Space)",
    "release_id": "3821e35f-c925-442c-9655-da06d8d34ac8",
    "release_group_id": "2836fcb0-2fd3-3de8-b7cc-53141d666894",
    "labels": [
        "Pendulum Records"
    ],
    "label_ids": [
        "c3ab5351-dd5f-4536-8bf5-9927a080b507"
    ],
    "release_date": "1993-11-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1992!\n---\nIshmael Butler, rapper, record producer, songwriter and A&R for Sub Pop best known for his work with Digable Planets and Shabazz Palaces and Knife Knights.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}