Information about plays

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

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

{
    "id": 520443,
    "uri": "https://api.kexp.org/v2/plays/520443/?format=api",
    "airdate": "2002-02-22T08:14:00-08:00",
    "show": 8981,
    "show_uri": "https://api.kexp.org/v2/shows/8981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Montok Point",
    "track_id": null,
    "recording_id": null,
    "artist": "William Orbit",
    "artist_ids": [
        "a7412cd0-e0b8-4fa1-8d24-75bb92a84946"
    ],
    "album": "Strange Cargo (4) Hinterland",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "N-GRAM Recordings"
    ],
    "label_ids": [
        "c27f329f-dfd6-4d66-9d55-8b400eb0dee9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}