Information about plays

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

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

{
    "id": 3415230,
    "uri": "https://api.kexp.org/v2/plays/3415230/?format=api",
    "airdate": "2024-10-20T18:36:12-07:00",
    "show": 61629,
    "show_uri": "https://api.kexp.org/v2/shows/61629/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wade In The Water",
    "track_id": null,
    "recording_id": null,
    "artist": "Annette Briggs",
    "artist_ids": [],
    "album": "7\" 45 RPM",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This rendition of \"Wade In The Water\" is from the 1972 group Gospel Voices of Soul, founded by Melvin Cuff, and featuring the talents of Freda and Johnetta Hughes, Annette Briggs, Walter Cuff, and Leroy Holt. The group toured widely as they developed a funky gospel sound uncommon among Louisville quartet groups.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}