Information about plays

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

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

{
    "id": 519916,
    "uri": "https://api.kexp.org/v2/plays/519916/?format=api",
    "airdate": "2002-02-20T20:49:00-08:00",
    "show": 8972,
    "show_uri": "https://api.kexp.org/v2/shows/8972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Two Bugs and a Roach",
    "track_id": "57b06675-b924-4d87-b234-e0c6f3c6d498",
    "recording_id": null,
    "artist": "Earl Hooker",
    "artist_ids": [
        "ef11dd9b-4557-4fc5-b0e2-a431c5cfddbb"
    ],
    "album": "Blues Roots (disc 2)",
    "release_id": "1df6a0b6-f876-40dd-9a51-fae09f3f4ac5",
    "release_group_id": null,
    "labels": [
        "Tomato"
    ],
    "label_ids": [
        "6da56fa1-5d12-41c9-b223-fe684530376b"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}