Information about plays

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

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

{
    "id": 346706,
    "uri": "https://api.kexp.org/v2/plays/346706/?format=api",
    "airdate": "2019-06-26T22:15:00-07:00",
    "show": 5777,
    "show_uri": "https://api.kexp.org/v2/shows/5777/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Carpe Jugular",
    "track_id": "055b4101-ba77-4ee4-ab55-e4cd54479dc8",
    "recording_id": null,
    "artist": "The Hidden Cameras",
    "artist_ids": [
        "cf998a99-5b7e-4342-b372-9c5d45c2ca62"
    ],
    "album": "Age",
    "release_id": "285dd2c1-b971-40b7-b39c-a35a12e2e4cf",
    "release_group_id": null,
    "labels": [
        "Evil Evil"
    ],
    "label_ids": [
        "4c751b4c-1995-4db8-acef-ccb44ec7fcf4"
    ],
    "release_date": "2014-01-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.thehiddencameras.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}