Information about plays

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

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

{
    "id": 3419921,
    "uri": "https://api.kexp.org/v2/plays/3419921/?format=api",
    "airdate": "2024-11-01T02:23:07-07:00",
    "show": 61730,
    "show_uri": "https://api.kexp.org/v2/shows/61730/?format=api",
    "image_uri": "https://ia800504.us.archive.org/18/items/mbid-30d95d50-ad6e-463f-be43-376e1c7833ef/mbid-30d95d50-ad6e-463f-be43-376e1c7833ef-37030116915_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/18/items/mbid-30d95d50-ad6e-463f-be43-376e1c7833ef/mbid-30d95d50-ad6e-463f-be43-376e1c7833ef-37030116915_thumb250.jpg",
    "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": "Going out to Dave! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}