Information about plays

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

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

{
    "id": 356453,
    "uri": "https://api.kexp.org/v2/plays/356453/?format=api",
    "airdate": "2019-07-19T12:15:23-07:00",
    "show": 5939,
    "show_uri": "https://api.kexp.org/v2/shows/5939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old Man",
    "track_id": "52db1a9b-e674-4158-8953-c23cd788a9cd",
    "recording_id": null,
    "artist": "Stella Donnelly",
    "artist_ids": [
        "6c830a1a-a0ec-4d32-9579-a931dfe12c4c"
    ],
    "album": "Old Man",
    "release_id": "87b95f4c-679c-40f7-96cd-b9fcb42e19e6",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-01-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perth-based singer Stella Donnelly kicked off her session on KEXP with this song, \"Old Man.\" See it here; https://www.youtube.com/watch?v=fFhL-nWHTz4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}