Information about plays

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

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

{
    "id": 3428098,
    "uri": "https://api.kexp.org/v2/plays/3428098/?format=api",
    "airdate": "2024-11-21T03:34:22-08:00",
    "show": 61905,
    "show_uri": "https://api.kexp.org/v2/shows/61905/?format=api",
    "image_uri": "https://ia803102.us.archive.org/17/items/mbid-bd02d085-abcc-4d55-abd4-fd7b65d479da/mbid-bd02d085-abcc-4d55-abd4-fd7b65d479da-29612588660_thumb500.jpg",
    "thumbnail_uri": "https://ia903102.us.archive.org/17/items/mbid-bd02d085-abcc-4d55-abd4-fd7b65d479da/mbid-bd02d085-abcc-4d55-abd4-fd7b65d479da-29612588660_thumb250.jpg",
    "song": "She Winked Her Eye",
    "track_id": "c4932d4c-e7c6-3547-b2ef-80a6c68eb0f2",
    "recording_id": "9f60f1f3-adcc-445f-a7a9-1aa0452f07e8",
    "artist": "Clarence “Gatemouth” Brown",
    "artist_ids": [
        "039e3952-2f73-49f4-86fe-7aaee4a89a17"
    ],
    "album": "Alligator Records 35 X 35",
    "release_id": "bd02d085-abcc-4d55-abd4-fd7b65d479da",
    "release_group_id": "11c9c1c7-5af8-34af-a845-914a539ec500",
    "labels": [
        "Alligator"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": "2006-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}