Information about plays

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

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

{
    "id": 351066,
    "uri": "https://api.kexp.org/v2/plays/351066/?format=api",
    "airdate": "2019-07-06T23:54:00-07:00",
    "show": 5849,
    "show_uri": "https://api.kexp.org/v2/shows/5849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gay Bar",
    "track_id": "416730d4-09a6-4f1d-ae5d-0053b7494044",
    "recording_id": null,
    "artist": "Electric Six",
    "artist_ids": [
        "54b0584e-4e5e-4976-80d4-eea7a82a7213"
    ],
    "album": "Fire",
    "release_id": "493d4ea4-dfe1-4aa7-9140-e2ffb010b6c5",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2003-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}