Information about plays

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

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

{
    "id": 532087,
    "uri": "https://api.kexp.org/v2/plays/532087/?format=api",
    "airdate": "2002-03-28T06:46:25-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31PBM5J6VML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31PBM5J6VML._SL75_.jpg",
    "song": "Fatigue Chic",
    "track_id": "9e44894c-6639-4daf-a716-224b2cdb56ca",
    "recording_id": null,
    "artist": "Sly & Robbie",
    "artist_ids": [
        "6e14dc18-9313-4afa-9344-4b6c2bf80fca"
    ],
    "album": "Drum & Bass Strip to the Bone",
    "release_id": "2591bf27-3cd2-4943-af68-19df6fb7c7ab",
    "release_group_id": null,
    "labels": [
        "Palm Pictures"
    ],
    "label_ids": [
        "9f25310a-94d7-4a28-bf89-6729a2b8e859"
    ],
    "release_date": "1999-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}