Information about plays

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

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

{
    "id": 379930,
    "uri": "https://api.kexp.org/v2/plays/379930/?format=api",
    "airdate": "2019-09-12T08:42:45-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baby",
    "track_id": "aabd1c50-bea5-4155-a360-2cc923e5904d",
    "recording_id": null,
    "artist": "Oh, Rose",
    "artist_ids": [
        "7782c0aa-a9e6-439c-b8f0-97c57d09c2df"
    ],
    "album": "While My Father Sleeps",
    "release_id": "020f1bd2-867d-4750-af53-d392c1a38801",
    "release_group_id": null,
    "labels": [
        "Park the Van"
    ],
    "label_ids": [
        "3d181182-568b-4108-9a9a-5595aefddcb2"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Olympia's Oh, Rose \"tells the complex story of family, adversity, love, and friendship\" on While My Father Sleeps, https://ohrose.bandcamp.com/album/while-my-father-sleeps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}