Information about plays

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

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

{
    "id": 1303505,
    "uri": "https://api.kexp.org/v2/plays/1303505/?format=api",
    "airdate": "2007-11-17T11:33:00-08:00",
    "show": 22802,
    "show_uri": "https://api.kexp.org/v2/shows/22802/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Q1D8AG4DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Q1D8AG4DL._SL75_.jpg",
    "song": "Can't You See",
    "track_id": "6822272d-aba0-40cd-8e9d-7fab542aca0f",
    "recording_id": null,
    "artist": "Ken Boothe",
    "artist_ids": [
        "f8eee368-dfe3-4e01-ad1b-9b306a6afb23"
    ],
    "album": "Trojan Rocksteady Box Set (disc 2)",
    "release_id": "3f87fc44-8e4a-4a72-ac50-485680977976",
    "release_group_id": null,
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}