Information about plays

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

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

{
    "id": 3437376,
    "uri": "https://api.kexp.org/v2/plays/3437376/?format=api",
    "airdate": "2024-12-13T01:21:07-08:00",
    "show": 62094,
    "show_uri": "https://api.kexp.org/v2/shows/62094/?format=api",
    "image_uri": "https://ia601305.us.archive.org/20/items/mbid-2657e677-49ce-480f-8868-04a0b354aec2/mbid-2657e677-49ce-480f-8868-04a0b354aec2-6335860449_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/20/items/mbid-2657e677-49ce-480f-8868-04a0b354aec2/mbid-2657e677-49ce-480f-8868-04a0b354aec2-6335860449_thumb250.jpg",
    "song": "Venus in Furs",
    "track_id": "f9101f17-c85c-3ca5-a322-64d4d646eef0",
    "recording_id": "a97d28b9-85ba-4c60-86ea-a2b05c7f0a69",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Velvet Underground & Nico",
    "release_id": "2657e677-49ce-480f-8868-04a0b354aec2",
    "release_group_id": "5cbd9d7b-597a-3c5e-bfd1-c2b364215560",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1967-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}