Information about plays

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

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

{
    "id": 452390,
    "uri": "https://api.kexp.org/v2/plays/452390/?format=api",
    "airdate": "2001-08-05T10:18:27-07:00",
    "show": 7653,
    "show_uri": "https://api.kexp.org/v2/shows/7653/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51i-6cUwPQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51i-6cUwPQL._SL75_.jpg",
    "song": "Goin' to Chicago",
    "track_id": "1eca9c5b-d17b-4790-a997-254ca26e5583",
    "recording_id": null,
    "artist": "Count Basie",
    "artist_ids": [
        "fea76217-6c58-44e3-8e58-c2c9dec1a9da"
    ],
    "album": "Plays the Blues",
    "release_id": "a7492cf5-8b6e-44f8-a152-1187e8ca493d",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}