Information about plays

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

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

{
    "id": 3410144,
    "uri": "https://api.kexp.org/v2/plays/3410144/?format=api",
    "airdate": "2024-10-08T18:51:10-07:00",
    "show": 61523,
    "show_uri": "https://api.kexp.org/v2/shows/61523/?format=api",
    "image_uri": "https://ia800601.us.archive.org/0/items/mbid-f1b8948d-bcc6-4354-a29e-2456ac86d14c/mbid-f1b8948d-bcc6-4354-a29e-2456ac86d14c-39855134073_thumb500.jpg",
    "thumbnail_uri": "https://ia800601.us.archive.org/0/items/mbid-f1b8948d-bcc6-4354-a29e-2456ac86d14c/mbid-f1b8948d-bcc6-4354-a29e-2456ac86d14c-39855134073_thumb250.jpg",
    "song": "Honey Bee",
    "track_id": "f79f35c6-5a05-4cfd-b1d6-ad5bab4a8e48",
    "recording_id": "ef4f1cb5-3b13-42d1-948a-24627f095c4a",
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "The Black Notes",
    "release_id": "f1b8948d-bcc6-4354-a29e-2456ac86d14c",
    "release_group_id": "9a1109fe-eb87-439d-ad40-2996fd09b7d5",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2024-09-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Darren in Ballard!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}