Information about plays

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

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

{
    "id": 346138,
    "uri": "https://api.kexp.org/v2/plays/346138/?format=api",
    "airdate": "2019-06-25T21:35:14-07:00",
    "show": 5771,
    "show_uri": "https://api.kexp.org/v2/shows/5771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grown Man",
    "track_id": "3957d59c-547f-4054-b902-0f60e16c0e9e",
    "recording_id": null,
    "artist": "Fly Moon Royalty",
    "artist_ids": [
        "ee5f52b5-d98d-4f9b-aef9-ff4b3b45d24e"
    ],
    "album": "Delicious Trouble",
    "release_id": "4dea28de-bf15-456b-810c-a5d6a5a55330",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-05-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Adra Boo of Fly Moon Royalty is performing at the Wildrose this Friday night at 10pm as part of GAYEXP Pride. More info here: https://www.kexp.org/pride/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}