Information about plays

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

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

{
    "id": 1268650,
    "uri": "https://api.kexp.org/v2/plays/1268650/?format=api",
    "airdate": "2007-08-18T22:07:31-07:00",
    "show": 22209,
    "show_uri": "https://api.kexp.org/v2/shows/22209/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YF9MBWSRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YF9MBWSRL._SL75_.jpg",
    "song": "Linoleum",
    "track_id": "b2d2f5a6-15ad-454e-bfef-0ce621d91463",
    "recording_id": null,
    "artist": "NOFX",
    "artist_ids": [
        "dcaa4f81-bfb7-44eb-8594-4e74f004b6e4"
    ],
    "album": "Punk in Drublic",
    "release_id": "599d84c2-0612-42d3-a19e-11e3bfd6bddf",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1994-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}