Information about plays

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

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

{
    "id": 379516,
    "uri": "https://api.kexp.org/v2/plays/379516/?format=api",
    "airdate": "2019-09-11T10:43:04-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wait Until Tomorrow",
    "track_id": "350f6b03-e59d-35d3-85b9-93aaf0e34e04",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Axis: Bold as Love",
    "release_id": "06c00d7f-f4f3-3909-9911-0774030d21ff",
    "release_group_id": null,
    "labels": [
        "Experience Hendrix"
    ],
    "label_ids": [
        "5677c51a-a6d3-4ce6-abab-d9699c46f5f4"
    ],
    "release_date": "1997-04-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "During his teenage years, Hendrix used to jam with local rock groups at a club called The Spanish Castle in Des Moines, WA, which inspired lyrics for \"Spanish Castle Magic\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}