Information about plays

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

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

{
    "id": 466251,
    "uri": "https://api.kexp.org/v2/plays/466251/?format=api",
    "airdate": "2001-09-14T20:05:42-07:00",
    "show": 7926,
    "show_uri": "https://api.kexp.org/v2/shows/7926/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pXkCw6i0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pXkCw6i0L._SL75_.jpg",
    "song": "Twenty Flight Rock",
    "track_id": "ad84c265-3d76-493a-bf8d-d666f921193e",
    "recording_id": null,
    "artist": "The Tailgators",
    "artist_ids": [
        "2f9cddaf-2937-4e56-a325-0d889237a972"
    ],
    "album": "The Tailgators",
    "release_id": "b1249ff8-10bb-4b3c-901e-366f01106f6e",
    "release_group_id": null,
    "labels": [
        "Wrestler"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}