Information about plays

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

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

{
    "id": 500445,
    "uri": "https://api.kexp.org/v2/plays/500445/?format=api",
    "airdate": "2001-12-26T01:42:00-08:00",
    "show": 8594,
    "show_uri": "https://api.kexp.org/v2/shows/8594/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51MI4KD7DBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51MI4KD7DBL._SL75_.jpg",
    "song": "Hell",
    "track_id": "87fd2b15-cc09-411a-8472-b366da515cb5",
    "recording_id": null,
    "artist": "Techno Animal",
    "artist_ids": [
        "e9a7c1b9-dcb6-4cf5-b200-f9630ac68ec7"
    ],
    "album": "The Brotherhood of the Bomb",
    "release_id": "bf179c70-2262-4c4b-9731-f72858dd3262",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}