Information about plays

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

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

{
    "id": 355124,
    "uri": "https://api.kexp.org/v2/plays/355124/?format=api",
    "airdate": "2019-07-16T14:40:00-07:00",
    "show": 5921,
    "show_uri": "https://api.kexp.org/v2/shows/5921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Saturn Mine",
    "track_id": "1d06a3d5-361f-4465-ad94-0effaccd12a3",
    "recording_id": null,
    "artist": "The Moonlandingz",
    "artist_ids": [
        "fc8eb59a-dc3a-45f8-82c3-be5c5a880bae"
    ],
    "album": "Interplanetary Class Classics",
    "release_id": "6c2be362-cfdc-41da-b77e-d3a099fb822f",
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2017-03-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}