Information about plays

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

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

{
    "id": 420357,
    "uri": "https://api.kexp.org/v2/plays/420357/?format=api",
    "airdate": "2001-05-02T06:36:55-07:00",
    "show": 7034,
    "show_uri": "https://api.kexp.org/v2/shows/7034/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/217WDK1R77L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/217WDK1R77L._SL75_.jpg",
    "song": "If Love Is the Drug, Then I Want to O.D.",
    "track_id": "ecb0d4dd-2d84-4e2a-94bb-05f81c786149",
    "recording_id": null,
    "artist": "The Brian Jonestown Massacre",
    "artist_ids": [
        "381e8434-109a-439c-8acc-5d328359f2e0"
    ],
    "album": "Zero: Songs From the Album Bravery, Repetition and Noise",
    "release_id": "082d88eb-c7ba-4b49-8721-1caf91bfa3ee",
    "release_group_id": null,
    "labels": [
        "Bomp"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}