Information about plays

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

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

{
    "id": 441803,
    "uri": "https://api.kexp.org/v2/plays/441803/?format=api",
    "airdate": "2001-07-05T07:46:40-07:00",
    "show": 7453,
    "show_uri": "https://api.kexp.org/v2/shows/7453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barry Super Macho",
    "track_id": null,
    "recording_id": null,
    "artist": "Sukia",
    "artist_ids": [
        "f1a74011-683f-4225-bfd7-44fa0d16f228"
    ],
    "album": "Gary Super Macho",
    "release_id": "8e1d54fc-1f21-47c8-b944-2cdd6911d491",
    "release_group_id": null,
    "labels": [
        "nickelbag"
    ],
    "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"
}