Information about plays

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

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

{
    "id": 1262626,
    "uri": "https://api.kexp.org/v2/plays/1262626/?format=api",
    "airdate": "2007-08-03T19:25:10-07:00",
    "show": 22108,
    "show_uri": "https://api.kexp.org/v2/shows/22108/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tgVC2MonL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tgVC2MonL._SL75_.jpg",
    "song": "It's Time!",
    "track_id": "e3ec62aa-87f3-4f66-9076-ef421be7a59e",
    "recording_id": null,
    "artist": "Big Sandy & His Fly-Rite Boys",
    "artist_ids": [
        "1c862e9b-6ada-423a-a4b0-d43cce8e1b0e"
    ],
    "album": "It's Time!",
    "release_id": "fa438ac6-0bc5-49d3-8d97-1649e13c302c",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}