Information about plays

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

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

{
    "id": 3420867,
    "uri": "https://api.kexp.org/v2/plays/3420867/?format=api",
    "airdate": "2024-11-03T10:34:37-08:00",
    "show": 61752,
    "show_uri": "https://api.kexp.org/v2/shows/61752/?format=api",
    "image_uri": "https://coverartarchive.org/release/259664a0-032f-4982-8518-50ccae4394a4/14169425346-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/259664a0-032f-4982-8518-50ccae4394a4/14169425346-250.jpg",
    "song": "Kill for Peace",
    "track_id": null,
    "recording_id": "2306fb28-dd01-47c4-bce0-520479d762d4",
    "artist": "The Fugs",
    "artist_ids": [
        "88b1dd15-34d9-4214-861c-045e872162a6"
    ],
    "album": "The Fugs",
    "release_id": null,
    "release_group_id": "8108e760-d687-37e6-ab61-442382c9e91f",
    "labels": [
        "ESP Disk"
    ],
    "label_ids": [],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anti–Vietnam War song: https://www.npr.org/templates/story/story.php?storyId=125628216.\nThe NYC band’s previous record was released on Folkways a year earlier in 1965 and was called “The Village Fugs Sing Ballads of Contemporary Protest, Point of Views, and General Dissatisfaction.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}