Information about plays

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

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

{
    "id": 486715,
    "uri": "https://api.kexp.org/v2/plays/486715/?format=api",
    "airdate": "2001-11-14T23:06:40-08:00",
    "show": 8325,
    "show_uri": "https://api.kexp.org/v2/shows/8325/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZMP6N0J3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZMP6N0J3L._SL75_.jpg",
    "song": "Song: Our Underwater Torch",
    "track_id": "6f11e9ab-7f60-4d5e-9f8f-a9fc320e20f9",
    "recording_id": null,
    "artist": "Squarepusher",
    "artist_ids": [
        "4d86ad4e-28d8-4e9f-8cf4-735c57060fdc"
    ],
    "album": "Maximum Priest EP",
    "release_id": "74f5b2d0-2b1e-4919-b360-520ebeea067f",
    "release_group_id": null,
    "labels": [
        "Nothing Records"
    ],
    "label_ids": [
        "4b5cba06-6a79-454c-91f5-3fe220d4950d"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}