Information about plays

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

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

{
    "id": 347415,
    "uri": "https://api.kexp.org/v2/plays/347415/?format=api",
    "airdate": "2019-06-28T12:37:34-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O.M.G. (I'm All Over It)",
    "track_id": "d4053bd0-cf38-4cc8-ac3d-13eedc58969b",
    "recording_id": null,
    "artist": "Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "O.M.G. (I'm All Over It)",
    "release_id": "9ca93149-10dd-4b96-a668-2a9290acd8e4",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2018-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jenn Champion plays the Tractor Tavern on Friday, September 6.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}