Information about plays

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

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

{
    "id": 535206,
    "uri": "https://api.kexp.org/v2/plays/535206/?format=api",
    "airdate": "2002-04-06T09:35:00-08:00",
    "show": 9272,
    "show_uri": "https://api.kexp.org/v2/shows/9272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavy Like Lead",
    "track_id": "cd1148f3-bfcd-4013-9a5a-bdcc6960c5b0",
    "recording_id": null,
    "artist": "Anthony B",
    "artist_ids": [
        "b7c00c4a-7ddf-4ee1-a659-cc1d6c5e3957"
    ],
    "album": "We Three Kings",
    "release_id": "031b166d-9163-4f24-9f12-0c6e078bae13",
    "release_group_id": null,
    "labels": [
        "AO!"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}