Information about plays

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

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

{
    "id": 431893,
    "uri": "https://api.kexp.org/v2/plays/431893/?format=api",
    "airdate": "2001-06-06T10:50:46-07:00",
    "show": 7265,
    "show_uri": "https://api.kexp.org/v2/shows/7265/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FL-Yjo2uL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FL-Yjo2uL._SL75_.jpg",
    "song": "Dog and Pony Show",
    "track_id": "b77865d8-31b0-4009-a379-ce032d4658aa",
    "recording_id": null,
    "artist": "Shellac",
    "artist_ids": [
        "604f273a-d3c1-4b5b-ab83-99541f9368ea"
    ],
    "album": "At Action Park",
    "release_id": "13cb27a3-a149-4aa3-93e3-47b2cc6e0ab7",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1994-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}