Information about plays

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

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

{
    "id": 380192,
    "uri": "https://api.kexp.org/v2/plays/380192/?format=api",
    "airdate": "2019-09-12T23:51:18-07:00",
    "show": 6326,
    "show_uri": "https://api.kexp.org/v2/shows/6326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Island Line",
    "track_id": "a4bb7f82-8152-38c8-9664-61649ed68ccd",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Bootleg, Volume 3: Live Around the World",
    "release_id": "293fcbc2-4b68-4c00-9586-b56344091b40",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2011-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Cash died 16 years ago today on September 12, 2003. Cash is one of those artists who truly embodies the word “Legend.” From his beginnings touring with other legends like Elvis to his amazing performances at Folsom and San Quentin prisons, to his activism for Native Americans and other marginalized groups, The Man In Black made a big impact in whatever he did.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}