Information about plays

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

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

{
    "id": 356186,
    "uri": "https://api.kexp.org/v2/plays/356186/?format=api",
    "airdate": "2019-07-18T20:33:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild & Blue",
    "track_id": "2d742db7-97a7-38e0-8c89-7b220a2a6367",
    "recording_id": null,
    "artist": "The Mekons",
    "artist_ids": [
        "66d2169c-dea5-46d3-b4cb-52ed87b24ab0"
    ],
    "album": "The Curse of The Mekons",
    "release_id": "d2cf9ae7-7b16-3ed3-9ecf-d423c83a605b",
    "release_group_id": null,
    "labels": [
        "Blast First"
    ],
    "label_ids": [
        "e85341e2-b6ff-4832-9e87-4115fe8eac82"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1991, with Sally Timms on lead vocals for this live version of the John Anderson song",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}