Information about plays

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

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

{
    "id": 354009,
    "uri": "https://api.kexp.org/v2/plays/354009/?format=api",
    "airdate": "2019-07-13T21:21:40-07:00",
    "show": 5900,
    "show_uri": "https://api.kexp.org/v2/shows/5900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Exist",
    "track_id": "e1a8bbfa-1399-4494-9813-06e3afc80192",
    "recording_id": null,
    "artist": "Tyvek",
    "artist_ids": [
        "200a53a9-b2d6-40d9-beca-2d75499f4f4e"
    ],
    "album": "Origin of What",
    "release_id": "91a211e0-72a7-4507-a2c7-f83fca0733b8",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2016-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}