Information about plays

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

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

{
    "id": 3413713,
    "uri": "https://api.kexp.org/v2/plays/3413713/?format=api",
    "airdate": "2024-10-17T03:29:49-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ground Zero",
    "track_id": null,
    "recording_id": "7c409c60-faac-41d9-8664-8b6da03a97b2",
    "artist": "Bam Bam",
    "artist_ids": [
        "42f6cb9b-ffa3-43ae-8cc5-75ff2a5d10a4"
    ],
    "album": "Free Fall From Space",
    "release_id": null,
    "release_group_id": "197e6fe7-45fe-410c-9440-54e6031d51f5",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Larry's coverage of Tina Bell and Bam Bam for KEXP's Sound & Vision podcast:  https://www.kexp.org/podcasts/sound-vision/2021/3/2/tina-bell-unsung-goddess-grunge/\n--\nYou might also like this interview with bassist Scott Ledgerwood about the band's history: https://thesonicmosquitosoup.wordpress.com/2019/04/24/grunge-at-ground-zero-the-story-of-bam-bam/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}