Information about plays

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

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

{
    "id": 1233999,
    "uri": "https://api.kexp.org/v2/plays/1233999/?format=api",
    "airdate": "2007-05-21T23:08:27-07:00",
    "show": 21618,
    "show_uri": "https://api.kexp.org/v2/shows/21618/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61z3PT-Tl%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61z3PT-Tl%2BL._SL75_.jpg",
    "song": "A New Name",
    "track_id": null,
    "recording_id": null,
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "Myth Takes",
    "release_id": "18da429b-947b-41a6-883f-1f40631d5b06",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2007-03-05",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}