Information about plays

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

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

{
    "id": 511432,
    "uri": "https://api.kexp.org/v2/plays/511432/?format=api",
    "airdate": "2002-01-27T16:50:00-08:00",
    "show": 8814,
    "show_uri": "https://api.kexp.org/v2/shows/8814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Criss Cross",
    "track_id": null,
    "recording_id": null,
    "artist": "Thelonious Monk",
    "artist_ids": [
        "8e8c7417-c905-46b1-b42a-5260b4274ed4"
    ],
    "album": "The Best Of Thelonious Monk (The Blue Note Years)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}