Information about plays

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

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

{
    "id": 3439348,
    "uri": "https://api.kexp.org/v2/plays/3439348/?format=api",
    "airdate": "2024-12-17T18:40:48-08:00",
    "show": 62136,
    "show_uri": "https://api.kexp.org/v2/shows/62136/?format=api",
    "image_uri": "https://ia800804.us.archive.org/8/items/mbid-6c4fabcf-4ea4-4c2d-ada8-be468d606637/mbid-6c4fabcf-4ea4-4c2d-ada8-be468d606637-40660202359_thumb500.jpg",
    "thumbnail_uri": "https://ia800804.us.archive.org/8/items/mbid-6c4fabcf-4ea4-4c2d-ada8-be468d606637/mbid-6c4fabcf-4ea4-4c2d-ada8-be468d606637-40660202359_thumb250.jpg",
    "song": "Devil Dressed in Disguise",
    "track_id": "84c2d87b-f7ca-4ec6-975d-d459bfad2a13",
    "recording_id": "0ea6ba5f-9753-43aa-b9e3-baa062a6e613",
    "artist": "Blood Wizard",
    "artist_ids": [
        "f2737c5c-918a-47f2-9166-012cb02ea6b5"
    ],
    "album": "Grinning William (Deluxe Edition)",
    "release_id": "6c4fabcf-4ea4-4c2d-ada8-be468d606637",
    "release_group_id": "be741d0d-dac1-4437-9d70-5fca86140301",
    "labels": [
        "Sad Club Records"
    ],
    "label_ids": [
        "eab97ad4-2d3b-4157-ad99-9e6995bba592"
    ],
    "release_date": "2024-12-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some of the best of 2024!\n\nhttps://bloodwzrd.bandcamp.com/album/grinning-william\n\nWatch the official video here: https://youtu.be/buJvUq0uj00?si=HZnFV8tdM65VliQr",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}