Information about plays

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

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

{
    "id": 357230,
    "uri": "https://api.kexp.org/v2/plays/357230/?format=api",
    "airdate": "2019-07-21T10:45:10-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Farther on Down the Road (You Will Accompany Me)",
    "track_id": "8cdbf065-314d-353b-a1b0-a11752fcf34e",
    "recording_id": null,
    "artist": "Taj Mahal",
    "artist_ids": [
        "4f48167c-29b8-4bde-a749-6803ce0a3922"
    ],
    "album": "Giant Step / De Ole Folks at Home",
    "release_id": "e046953a-895f-3ce2-a1db-10b99bf1a1c7",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}