Information about plays

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

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

{
    "id": 379909,
    "uri": "https://api.kexp.org/v2/plays/379909/?format=api",
    "airdate": "2019-09-12T07:27:00-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rusty Cage",
    "track_id": "4570e1ca-3aff-3a9b-a6d7-59c6f1232fd0",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Unchained",
    "release_id": "3f97d3ea-3b33-417a-bbb1-ed810c7ae2be",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [],
    "release_date": "1996-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Johnny Cash's cover of Soundgarden's \"Rusty Cage,\" written by Chris Cornell. Watch the video for Cash's version: https://www.youtube.com/watch?v=EtbuUlSGXzc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}