Information about plays

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

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

{
    "id": 349684,
    "uri": "https://api.kexp.org/v2/plays/349684/?format=api",
    "airdate": "2019-07-03T17:14:00-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "http://coverartarchive.org/release/49c50ee8-7c95-4301-b7ad-04e05de04a38/15782543547-250.jpg",
    "thumbnail_uri": "",
    "song": "Massive Nights",
    "track_id": "3a2bc9fb-8135-3a37-9576-ad74fd3a6de2",
    "recording_id": null,
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Boys and Girls in America",
    "release_id": "49c50ee8-7c95-4301-b7ad-04e05de04a38",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing August 15-17th at the Crocodile. https://www.theholdsteady.net/seattle-2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}