Information about plays

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

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

{
    "id": 509978,
    "uri": "https://api.kexp.org/v2/plays/509978/?format=api",
    "airdate": "2002-01-23T10:46:00-08:00",
    "show": 8785,
    "show_uri": "https://api.kexp.org/v2/shows/8785/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21G7ET9CBKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21G7ET9CBKL._SL75_.jpg",
    "song": "Numbers With Wings",
    "track_id": "c7c88311-7ea6-42fb-8f80-eba4b735734f",
    "recording_id": null,
    "artist": "The Bongos",
    "artist_ids": [
        "65835e9a-1ac9-4ed5-997a-a79ddc8d0ccd"
    ],
    "album": "Numbers With Wings / Beat Hotel",
    "release_id": "a17ffa3b-dc99-486a-992d-2ee9ae6dfb86",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}