Information about plays

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

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

{
    "id": 356054,
    "uri": "https://api.kexp.org/v2/plays/356054/?format=api",
    "airdate": "2019-07-18T13:51:57-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "i'll die anyway.",
    "track_id": "989523b0-dc6f-4727-a8e0-67c5acd66515",
    "recording_id": null,
    "artist": "girl in red",
    "artist_ids": [
        "4ae429fe-735c-4968-8253-a591421b1bd0"
    ],
    "album": "i'll die anyway.",
    "release_id": "84dd44df-f310-46a4-9520-d19f6106ad8a",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Girl in red faces an existential crisis on new song 'I’ll Die Anyway'\nCheck out the Norwegian artist’s homespun new video.\" Read more about it here: https://www.thefader.com/2019/07/16/girl-in-red-ill-die-anyway-premiere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}