Information about plays

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

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

{
    "id": 344493,
    "uri": "https://api.kexp.org/v2/plays/344493/?format=api",
    "airdate": "2019-06-21T23:04:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Got da Props?",
    "track_id": "a6163ce1-ec14-4a31-aabf-d38ec4d78fa6",
    "recording_id": null,
    "artist": "Black Moon",
    "artist_ids": [],
    "album": "Enta da Stage",
    "release_id": "0fe0a38b-7604-4c45-b12e-44d0067a474b",
    "release_group_id": null,
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [
        "8319a9cf-0459-4676-893e-be41069bc581"
    ],
    "release_date": "2017-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}