Information about plays

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

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

{
    "id": 474222,
    "uri": "https://api.kexp.org/v2/plays/474222/?format=api",
    "airdate": "2001-10-08T15:28:00-07:00",
    "show": 8081,
    "show_uri": "https://api.kexp.org/v2/shows/8081/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31WSAVTZ6JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31WSAVTZ6JL._SL75_.jpg",
    "song": "373",
    "track_id": "98ab20b2-a953-4962-b789-643919dda08e",
    "recording_id": null,
    "artist": "Bim Skala Bim",
    "artist_ids": [
        "c9aaaab6-a296-45d5-9746-04ab960819a7"
    ],
    "album": "Krinkle",
    "release_id": "3c33dcec-1cac-4265-869b-f084567608e4",
    "release_group_id": null,
    "labels": [
        "Beatville"
    ],
    "label_ids": [],
    "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"
}