Information about plays

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

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

{
    "id": 351329,
    "uri": "https://api.kexp.org/v2/plays/351329/?format=api",
    "airdate": "2019-07-07T13:47:14-07:00",
    "show": 5854,
    "show_uri": "https://api.kexp.org/v2/shows/5854/?format=api",
    "image_uri": "http://coverartarchive.org/release/5bc3e262-3099-3567-b7d2-469456c5e0b6/7835670226-250.jpg",
    "thumbnail_uri": "",
    "song": "Third Uncle",
    "track_id": "e22b4294-cc26-384c-b37b-a6f6087c19a0",
    "recording_id": null,
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Taking Tiger Mountain (by Strategy)",
    "release_id": "5bc3e262-3099-3567-b7d2-469456c5e0b6",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}