Information about plays

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

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

{
    "id": 486309,
    "uri": "https://api.kexp.org/v2/plays/486309/?format=api",
    "airdate": "2001-11-13T20:24:00-08:00",
    "show": 8318,
    "show_uri": "https://api.kexp.org/v2/shows/8318/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AU99hVb1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AU99hVb1L._SL75_.jpg",
    "song": "Dah-Din Beats",
    "track_id": "4d644583-9b91-4fb5-abe9-0dcc09cd67a6",
    "recording_id": null,
    "artist": "Ges-e & Usman",
    "artist_ids": [
        "e9b79a7e-288a-4449-8749-6a0234185d44"
    ],
    "album": "Outcaste New Breed UK",
    "release_id": "e90ebda1-6998-43e1-8d29-7fb0516773e1",
    "release_group_id": null,
    "labels": [
        "Outcaste Records"
    ],
    "label_ids": [
        "ba9f8246-d0fd-434f-9f67-5d0df73a8519"
    ],
    "release_date": "1998-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}