Information about plays

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

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

{
    "id": 1308183,
    "uri": "https://api.kexp.org/v2/plays/1308183/?format=api",
    "airdate": "2007-11-29T11:16:38-08:00",
    "show": 22882,
    "show_uri": "https://api.kexp.org/v2/shows/22882/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41cZK1R0s7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41cZK1R0s7L._SL75_.jpg",
    "song": "The Acrobats",
    "track_id": "fe9c1543-051e-41d0-adb5-92578e75ca06",
    "recording_id": null,
    "artist": "Helvetia",
    "artist_ids": [
        "d7f0e7b7-3a87-469b-8517-26b014875053"
    ],
    "album": "The Acrobats",
    "release_id": "c6197242-a954-44d6-97ca-97939bc0c196",
    "release_group_id": null,
    "labels": [
        "The Static Cult Label"
    ],
    "label_ids": [
        "3c8a38a3-fea7-4fff-909e-7531e8cc62f0"
    ],
    "release_date": "2007-12-27",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}