Information about plays

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

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

{
    "id": 380854,
    "uri": "https://api.kexp.org/v2/plays/380854/?format=api",
    "airdate": "2019-09-14T16:27:19-07:00",
    "show": 6339,
    "show_uri": "https://api.kexp.org/v2/shows/6339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Olio",
    "track_id": "4bbdb1c5-c4fd-3986-85a0-25b144582cb4",
    "recording_id": null,
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "Echoes",
    "release_id": "a6206e88-a91e-3ec9-853b-a5b388c9f27a",
    "release_group_id": null,
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2003-10-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 2003 The Raptures album \"Echoes\" was produced by James Murphy (LCD Soundsystem) and Tim Goldsworthy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}