Information about plays

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

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

{
    "id": 483417,
    "uri": "https://api.kexp.org/v2/plays/483417/?format=api",
    "airdate": "2001-11-04T09:20:00-08:00",
    "show": 8257,
    "show_uri": "https://api.kexp.org/v2/shows/8257/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614Q5va875L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614Q5va875L._SL75_.jpg",
    "song": "I Got Love If You Want It",
    "track_id": "de1748e0-b234-4009-aa97-1acca5c727b2",
    "recording_id": null,
    "artist": "Slim Harpo",
    "artist_ids": [
        "dcf7b2e3-d3aa-41e4-bba5-40515122f209"
    ],
    "album": "The Best of Slim Harpo",
    "release_id": "c6415275-48f6-475f-898d-e19ad4aa3b46",
    "release_group_id": null,
    "labels": [
        "Excello"
    ],
    "label_ids": [
        "056b8626-94a0-4408-b7ba-f75a60741108"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}