Information about plays

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

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

{
    "id": 1355798,
    "uri": "https://api.kexp.org/v2/plays/1355798/?format=api",
    "airdate": "2008-03-29T16:05:00-07:00",
    "show": 23678,
    "show_uri": "https://api.kexp.org/v2/shows/23678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51gYA-TaTlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51gYA-TaTlL._SL75_.jpg",
    "song": "Lola Langusta",
    "track_id": "3fa68ccb-8b1d-4e47-b911-9767932aa905",
    "recording_id": null,
    "artist": "Cheveu",
    "artist_ids": [
        "3eb990b7-ff69-47f0-a44f-28c659b3fe32"
    ],
    "album": "Cheveu",
    "release_id": "0d6a8f7f-795b-493f-aa59-2db1a5ab2abb",
    "release_group_id": null,
    "labels": [
        "Born Bad Records"
    ],
    "label_ids": [
        "c82f5a52-138e-46b0-b359-acab96b71ce6"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}