Information about plays

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

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

{
    "id": 421387,
    "uri": "https://api.kexp.org/v2/plays/421387/?format=api",
    "airdate": "2001-05-05T03:54:00-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TPbWo8j7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TPbWo8j7L._SL75_.jpg",
    "song": "Rubber Ring",
    "track_id": null,
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "The World Won't Listen",
    "release_id": "9feb63e8-ffc5-47cc-b0f4-dace3d9e75d4",
    "release_group_id": null,
    "labels": [
        "Warner Music UK"
    ],
    "label_ids": [
        "03ac1af2-2bbf-41e7-b9e4-5f4ec51e38a8"
    ],
    "release_date": "1993-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}