Information about plays

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

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

{
    "id": 3420883,
    "uri": "https://api.kexp.org/v2/plays/3420883/?format=api",
    "airdate": "2024-11-03T11:27:45-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Which Side Are You On",
    "track_id": null,
    "recording_id": "370b9c16-f83f-4362-b525-4d9bbb8708ab",
    "artist": "The Weavers",
    "artist_ids": [
        "621b8812-df32-4bf1-80c4-aee05f803137"
    ],
    "album": "The Weavers' Almanac",
    "release_id": null,
    "release_group_id": "922648b8-b6f0-4a15-96b5-203348f3fca6",
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written in 1931 by activist Florence Reece, who was the wife of Sam Reece, a union organizer for the United Mine Workers in Harlan County, Kentucky.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}