Information about plays

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

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

{
    "id": 490346,
    "uri": "https://api.kexp.org/v2/plays/490346/?format=api",
    "airdate": "2001-11-25T22:00:00-08:00",
    "show": 8400,
    "show_uri": "https://api.kexp.org/v2/shows/8400/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51n0Hcu5FLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51n0Hcu5FLL._SL75_.jpg",
    "song": "Lamento Cubano",
    "track_id": "9d91d502-1173-4610-979f-c13395b79598",
    "recording_id": null,
    "artist": "Bebo Valdés Trio con Cachao y Patato",
    "artist_ids": [
        "85e261e8-2c49-4a8d-800d-e21791f6c60e"
    ],
    "album": "El Arte Del Sabor",
    "release_id": "bbab0b6c-06d5-451f-ba46-4aab905089c9",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}