Information about plays

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

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

{
    "id": 348234,
    "uri": "https://api.kexp.org/v2/plays/348234/?format=api",
    "airdate": "2019-06-30T12:26:36-07:00",
    "show": 5804,
    "show_uri": "https://api.kexp.org/v2/shows/5804/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good to Go",
    "track_id": "11ef5c2f-9a92-402a-98c6-db639ca57b0f",
    "recording_id": null,
    "artist": "Fly Moon Royalty",
    "artist_ids": [
        "ee5f52b5-d98d-4f9b-aef9-ff4b3b45d24e"
    ],
    "album": "Delicious Trouble",
    "release_id": "2a970c00-fcf2-43ed-9bf9-29ba1946a34d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-04-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "At the West Seattle Beer and Music Festival on Friday August 23 at the Alki Masonic Hall. https://www.facebook.com/FlyMoonRoyalty/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}