Information about plays

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

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

{
    "id": 1353002,
    "uri": "https://api.kexp.org/v2/plays/1353002/?format=api",
    "airdate": "2008-03-22T17:32:53-07:00",
    "show": 23632,
    "show_uri": "https://api.kexp.org/v2/shows/23632/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qUvEGt2vL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qUvEGt2vL._SL75_.jpg",
    "song": "I Was Wrong",
    "track_id": "d6c6c670-9753-440d-8ba1-9e6576687969",
    "recording_id": null,
    "artist": "Speaker Speaker",
    "artist_ids": [
        "1bb59d48-4ff3-4ac4-9356-d060125426f3"
    ],
    "album": "Call It Off",
    "release_id": "34be7b06-e4d4-4729-b72b-787017831bba",
    "release_group_id": null,
    "labels": [
        "Burning Building Recordings"
    ],
    "label_ids": [
        "38553fd4-66e8-404e-805c-12fed9a16213"
    ],
    "release_date": "2008-02-11",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}