Information about plays

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

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

{
    "id": 475313,
    "uri": "https://api.kexp.org/v2/plays/475313/?format=api",
    "airdate": "2001-10-11T16:27:41-07:00",
    "show": 8100,
    "show_uri": "https://api.kexp.org/v2/shows/8100/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Weight (And the Sea)",
    "track_id": "8fba26b5-7791-4cf9-b430-9eca8a23b199",
    "recording_id": null,
    "artist": "Bluetile Lounge",
    "artist_ids": [
        "70470501-24f7-45f5-abcd-aa5c09e3441d"
    ],
    "album": "Lowercase",
    "release_id": "d310ae2c-7e99-4ab7-9962-75318778299a",
    "release_group_id": null,
    "labels": [
        "Summershine"
    ],
    "label_ids": [
        "c5850c32-a906-4acc-9cba-18e6f5fd60d3"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}