Information about plays

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

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

{
    "id": 497023,
    "uri": "https://api.kexp.org/v2/plays/497023/?format=api",
    "airdate": "2001-12-15T10:56:00-08:00",
    "show": 8525,
    "show_uri": "https://api.kexp.org/v2/shows/8525/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HkAnQU7BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HkAnQU7BL._SL75_.jpg",
    "song": "King Tubby Meets the Rockers",
    "track_id": null,
    "recording_id": null,
    "artist": "Ernest Ranglin",
    "artist_ids": [
        "924203bb-da5f-4bd0-9630-c753c7cb9774"
    ],
    "album": "Below the Bassline",
    "release_id": "7f22edfc-4f93-49d0-96f9-8fb7e1c33f94",
    "release_group_id": null,
    "labels": [
        "Island Jamaica Jazz"
    ],
    "label_ids": [
        "3e05da6c-567c-4906-88ca-673ad38220b5"
    ],
    "release_date": "1996-06-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}