Information about plays

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

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

{
    "id": 532744,
    "uri": "https://api.kexp.org/v2/plays/532744/?format=api",
    "airdate": "2002-03-30T00:47:00-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31QJPMR3EVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31QJPMR3EVL._SL75_.jpg",
    "song": "Twentieth Century Towers",
    "track_id": null,
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Stability E.P.",
    "release_id": "c679b8d2-95dd-41e2-9b25-72b760d586e8",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2002-02-19",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}