Information about plays

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

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

{
    "id": 380509,
    "uri": "https://api.kexp.org/v2/plays/380509/?format=api",
    "airdate": "2019-09-13T19:25:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lonely Together (Feat. Rita Ora)",
    "track_id": null,
    "recording_id": null,
    "artist": "Avicii",
    "artist_ids": [
        "c85cfd6b-b1e9-4a50-bd55-eb725f04f7d5"
    ],
    "album": "Phoenix",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic Records UK"
    ],
    "label_ids": [
        "920d9e79-f93a-4231-993a-1b23d84576ca"
    ],
    "release_date": "2018-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring vocalist Rita Ora. https://ritaora.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}