Information about plays

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

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

{
    "id": 347853,
    "uri": "https://api.kexp.org/v2/plays/347853/?format=api",
    "airdate": "2019-06-29T13:58:40-07:00",
    "show": 5795,
    "show_uri": "https://api.kexp.org/v2/shows/5795/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Miss Her",
    "track_id": "fc5b797c-7461-4618-9d47-ffecf9a0f9c7",
    "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": "Do yourself a favor and click the link, watch the amazing performance and then, most importantly, FOLLOW US!! https://www.youtube.com/watch?v=gqf8e5DMCjI.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}