Information about plays

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

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

{
    "id": 1288203,
    "uri": "https://api.kexp.org/v2/plays/1288203/?format=api",
    "airdate": "2007-10-07T21:41:30-07:00",
    "show": 22543,
    "show_uri": "https://api.kexp.org/v2/shows/22543/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XNNBWZK7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XNNBWZK7L._SL75_.jpg",
    "song": "One of Eleven",
    "track_id": "69798e90-02fb-4035-8b6d-e969154665c4",
    "recording_id": null,
    "artist": "Boom Bip",
    "artist_ids": [
        "e595ed1c-9251-4362-a816-534f141d16ce"
    ],
    "album": "Sacchrilege",
    "release_id": "f6e671a8-9489-4774-81f0-a7be4521e788",
    "release_group_id": null,
    "labels": [
        "Lex Records"
    ],
    "label_ids": [
        "07c88952-2b68-4610-8736-1ca8f977c204"
    ],
    "release_date": "2007-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}