Information about plays

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

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

{
    "id": 357332,
    "uri": "https://api.kexp.org/v2/plays/357332/?format=api",
    "airdate": "2019-07-21T16:42:00-07:00",
    "show": 5957,
    "show_uri": "https://api.kexp.org/v2/shows/5957/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ode to Viceroy",
    "track_id": "fae3e031-c602-4432-ad49-f1f83443d053",
    "recording_id": null,
    "artist": "Mac DeMarco",
    "artist_ids": [
        "f2492c31-54a8-4347-a1fc-f81f72873bbf"
    ],
    "album": "2",
    "release_id": "273e2dd7-4feb-4ca4-aaef-16d0fce68713",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.mac-demarco.com/news/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}