Information about plays

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

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

{
    "id": 440307,
    "uri": "https://api.kexp.org/v2/plays/440307/?format=api",
    "airdate": "2001-06-30T22:46:09-07:00",
    "show": 7425,
    "show_uri": "https://api.kexp.org/v2/shows/7425/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wake Up",
    "track_id": "3c29af2d-c5b8-4ba1-9b34-9cb72b8a7783",
    "recording_id": null,
    "artist": "Kitbuilders",
    "artist_ids": [
        "c9cbc4be-c555-4ad9-bb48-750272e69492"
    ],
    "album": "Wake Up",
    "release_id": "71310375-a52c-4559-a501-ca2c7837745c",
    "release_group_id": null,
    "labels": [
        "Vertical"
    ],
    "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"
}