Information about plays

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

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

{
    "id": 418353,
    "uri": "https://api.kexp.org/v2/plays/418353/?format=api",
    "airdate": "2001-04-26T05:40:00-07:00",
    "show": 6989,
    "show_uri": "https://api.kexp.org/v2/shows/6989/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BONdAldqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BONdAldqL._SL75_.jpg",
    "song": "10",
    "track_id": "0c03d538-b8e6-43ba-a5d6-a5b33e24d232",
    "recording_id": null,
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "In an Expression of the Inexpressible",
    "release_id": "74323b18-d689-4d9b-b008-edff35e3fee3",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1998-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}