Information about plays

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

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

{
    "id": 347104,
    "uri": "https://api.kexp.org/v2/plays/347104/?format=api",
    "airdate": "2019-06-27T18:31:00-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "He's a Good Ole Boy",
    "track_id": "4ba53701-2477-3829-814f-15733258ae08",
    "recording_id": null,
    "artist": "Chely Wright",
    "artist_ids": [
        "d4e538ad-2936-42ef-9259-77052c4fcdd2"
    ],
    "album": "Woman in the Moon",
    "release_id": "19cd0ef2-9dea-40d1-b12b-4b9fcf82c13b",
    "release_group_id": null,
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "release_date": "1994-08-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}