Information about plays

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

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

{
    "id": 478585,
    "uri": "https://api.kexp.org/v2/plays/478585/?format=api",
    "airdate": "2001-10-21T01:56:28-07:00",
    "show": 8164,
    "show_uri": "https://api.kexp.org/v2/shows/8164/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Hir6QoHVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Hir6QoHVL._SL75_.jpg",
    "song": "Entertain Me",
    "track_id": "d1fdd634-2a5c-42c9-a225-44864e21a622",
    "recording_id": null,
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Book of Days",
    "release_id": "b6bcfc8f-254a-48d9-b7c3-328c7896c7ae",
    "release_group_id": null,
    "labels": [
        "CBS"
    ],
    "label_ids": [],
    "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"
}