Information about plays

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

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

{
    "id": 1340615,
    "uri": "https://api.kexp.org/v2/plays/1340615/?format=api",
    "airdate": "2008-02-19T08:05:00-08:00",
    "show": 23423,
    "show_uri": "https://api.kexp.org/v2/shows/23423/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hnMnS-goL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hnMnS-goL._SL75_.jpg",
    "song": "Victoria",
    "track_id": null,
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "Arthur (or The Decline and Fall of the British Empire)",
    "release_id": "c95e14ae-1134-4ab2-83d6-85051475b3a6",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1969-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}