Information about plays

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

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

{
    "id": 1233121,
    "uri": "https://api.kexp.org/v2/plays/1233121/?format=api",
    "airdate": "2007-05-19T14:20:13-07:00",
    "show": 21600,
    "show_uri": "https://api.kexp.org/v2/shows/21600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ba1BA61wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ba1BA61wL._SL75_.jpg",
    "song": "Ocean Size (demo 1988)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jane's Addiction",
    "artist_ids": [
        "e3434cc7-d348-491a-9dc8-325af3d9086d"
    ],
    "album": "Kettle Whistle",
    "release_id": "95898b01-2bbb-410b-9bd0-c6f7135be774",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}