Information about plays

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

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

{
    "id": 414584,
    "uri": "https://api.kexp.org/v2/plays/414584/?format=api",
    "airdate": "2001-04-09T12:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51avT4JjILL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51avT4JjILL._SL75_.jpg",
    "song": "Kongurey (Where Has My Country Gone?)",
    "track_id": "691fdc1a-0e7a-4ffc-a478-ee0b50981f1d",
    "recording_id": null,
    "artist": "Kongar-ol Ondar & Paul \"Earthquake\" Pena",
    "artist_ids": [
        "ef053cc8-d8d4-4c3e-ab70-2c7a03232c22"
    ],
    "album": "Genghis Blues",
    "release_id": "3d9abf69-4310-46da-a424-9d7aa270c676",
    "release_group_id": null,
    "labels": [
        "Six Degrees"
    ],
    "label_ids": [
        "da042cc3-7c5c-4edb-bd47-bb63d1cd5910"
    ],
    "release_date": "2000-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}