Information about plays

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

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

{
    "id": 3416728,
    "uri": "https://api.kexp.org/v2/plays/3416728/?format=api",
    "airdate": "2024-10-24T13:56:04-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burn Rubber",
    "track_id": null,
    "recording_id": "bd333e00-6755-4322-b16e-beabd5ff6cc9",
    "artist": "Too Short",
    "artist_ids": [],
    "album": "Burn Rubber",
    "release_id": null,
    "release_group_id": "ff0a4ebc-6282-4576-97a4-deadf1197a16",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Todd Shaw (Too Short) moved to Oakland when he was 14.: https://www.hiphopscriptures.com/too-short\n--\n\"Burn Rubber' contains samples from \"Tough\" written by Robert Arthur Ford, James B. Moore, Russell W. Simmons and Lawrence Smith, as performed by Kurtis Blow and \"The Champ\" written by Harry Palmer, as performed by The Mohawks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}