Information about plays

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

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

{
    "id": 355348,
    "uri": "https://api.kexp.org/v2/plays/355348/?format=api",
    "airdate": "2019-07-17T00:37:23-07:00",
    "show": 5917,
    "show_uri": "https://api.kexp.org/v2/shows/5917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn Back",
    "track_id": "ca539c66-3983-4647-a8db-6d166fabfc00",
    "recording_id": null,
    "artist": "Lusine",
    "artist_ids": [
        "24ee4021-50ac-4285-b76e-860082d0d731"
    ],
    "album": "Retrace EP",
    "release_id": "69bdd403-f167-4f09-8d63-bde71bf23cfc",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New EP from the Seattle electronic artist/producer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}