Information about plays

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

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

{
    "id": 356814,
    "uri": "https://api.kexp.org/v2/plays/356814/?format=api",
    "airdate": "2019-07-20T09:44:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Worth His Weight in Gold (Rally Round)",
    "track_id": "35fd563f-b08b-4a81-9689-2a529d01e129",
    "recording_id": null,
    "artist": "Steel Pulse",
    "artist_ids": [
        "37367b2f-69e4-4df2-9e64-75ca6204764b"
    ],
    "album": "True Democracy",
    "release_id": "f392d1e0-a90d-4414-a5b7-0bfb0497aca8",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "July 27 in Tacoma, Wa REGGAE ON THE WAY 2019 w/ THE GREEN, STEEL PULSE, UNIFIED HIGHWAY, SAMMY JOHNSON, ANUHEA, JOSH HEINRICHS, SPAWNBREEZIE, Leilani Wolfgramm, Unified Culture, Ian Ayers and The Soul Purpose https://www.eventbrite.com/e/reggae-on-the-way-2019-w-the-green-steel-pulse-unified-highway-and-more-tickets-61955983013",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}