Information about plays

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

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

{
    "id": 3422006,
    "uri": "https://api.kexp.org/v2/plays/3422006/?format=api",
    "airdate": "2024-11-06T06:27:27-08:00",
    "show": 61777,
    "show_uri": "https://api.kexp.org/v2/shows/61777/?format=api",
    "image_uri": "https://ia904606.us.archive.org/9/items/mbid-6339b300-26d8-329b-910b-c8280f286e9e/mbid-6339b300-26d8-329b-910b-c8280f286e9e-10210348954_thumb500.jpg",
    "thumbnail_uri": "https://ia804606.us.archive.org/9/items/mbid-6339b300-26d8-329b-910b-c8280f286e9e/mbid-6339b300-26d8-329b-910b-c8280f286e9e-10210348954_thumb250.jpg",
    "song": "Bring the Noise",
    "track_id": "d0037586-e25c-3135-a1de-14df9da40e14",
    "recording_id": "62cd3276-f33f-46f8-8c27-ca93f0ebc5e3",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Less Than Zero",
    "release_id": "6339b300-26d8-329b-910b-c8280f286e9e",
    "release_group_id": "d7090d06-6a75-380d-abdc-ed8944c0c9c9",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1987-11-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bring the Noise\" was first released on the soundtrack for film Less Than Zero which was released on this day in 1987.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}