Information about plays

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

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

{
    "id": 2682751,
    "uri": "https://api.kexp.org/v2/plays/2682751/?format=api",
    "airdate": "2020-01-06T07:09:22-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flowers of Light",
    "track_id": "8c488bda-c9f1-4e2a-8583-cd427487ebfb",
    "recording_id": null,
    "artist": "Caspian",
    "artist_ids": [
        "f8a5d80c-a6b7-414c-9482-c5d710171622"
    ],
    "album": "On Circles",
    "release_id": "afc5d0ac-7370-428b-83ab-49ddfd80f7a0",
    "release_group_id": null,
    "labels": [
        "Triple Crown Records"
    ],
    "label_ids": [
        "e620e870-fb51-4531-90c2-23ceb8094241"
    ],
    "release_date": "2020-01-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}