Information about plays

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

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

{
    "id": 455489,
    "uri": "https://api.kexp.org/v2/plays/455489/?format=api",
    "airdate": "2001-08-14T08:16:40-07:00",
    "show": 7712,
    "show_uri": "https://api.kexp.org/v2/shows/7712/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavy, Heavy...Heavy",
    "track_id": "33350b0b-570d-4f1e-a02a-9c27bfd129f9",
    "recording_id": null,
    "artist": "JD & The Evil's Dynamite Band",
    "artist_ids": [
        "8b89f722-a682-44df-8c35-0fca53123773"
    ],
    "album": "JD & The Evil's Dynamite Band",
    "release_id": "86b26d91-17d3-45c5-bc60-bdf22de1f35f",
    "release_group_id": null,
    "labels": [
        "Soul Fire"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}