Information about plays

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

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

{
    "id": 3412856,
    "uri": "https://api.kexp.org/v2/plays/3412856/?format=api",
    "airdate": "2024-10-15T08:35:41-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marriage",
    "track_id": "e6e30b57-310c-437b-a396-9bd676d54e59",
    "recording_id": "b11a8c8b-5afd-4b06-a3ae-0d23ca91a1cb",
    "artist": "The Bug Club",
    "artist_ids": [
        "31f07dfd-df64-48dc-856e-9968059b8e35"
    ],
    "album": "Rare Birds: Hour of Song",
    "release_id": "30d95d50-ad6e-463f-be43-376e1c7833ef",
    "release_group_id": "2437fbed-dc41-4623-a50d-c32e832279d1",
    "labels": [
        "We Are Busy Bodies"
    ],
    "label_ids": [
        "e658cace-01ef-4033-a57d-fec8316c1b28"
    ],
    "release_date": "2023-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excited to be seeing The Bug Club tonight at Baby's All Right in Brooklyn! You introduced me to them as you have so many other amazing new bands. Thank you for the music. Thank you for the community. And please play something from The Bug Club (Marriage, maybe?).\nJanet in NJ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}