Information about plays

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

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

{
    "id": 534637,
    "uri": "https://api.kexp.org/v2/plays/534637/?format=api",
    "airdate": "2002-04-04T17:18:00-08:00",
    "show": 9261,
    "show_uri": "https://api.kexp.org/v2/shows/9261/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-I18tUwLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-I18tUwLL._SL75_.jpg",
    "song": "Pauline",
    "track_id": "f295f579-50c6-44e8-ac99-019018dcf2ae",
    "recording_id": null,
    "artist": "The Minders",
    "artist_ids": [
        "a0cf076f-2fa8-476a-84e2-6d9980c0deb9"
    ],
    "album": "Hooray for Tuesday",
    "release_id": "30d47e83-63e4-494e-b8d6-9cb25214f2b7",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "1998-09-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}