Information about plays

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

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

{
    "id": 497185,
    "uri": "https://api.kexp.org/v2/plays/497185/?format=api",
    "airdate": "2001-12-15T21:33:45-08:00",
    "show": 8530,
    "show_uri": "https://api.kexp.org/v2/shows/8530/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619mdX1EBfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619mdX1EBfL._SL75_.jpg",
    "song": "Echo Box",
    "track_id": "62626601-7dc6-4e94-8123-985cd79a0108",
    "recording_id": null,
    "artist": "Brockie & Ed Solo",
    "artist_ids": [
        "ae91a10e-ad9c-4135-950b-dda4588daa21"
    ],
    "album": "Bass in Yer Face (disc 2: The Heavy Rollers)",
    "release_id": "b3810ab1-cf63-4c03-b833-fbb61ab1d485",
    "release_group_id": null,
    "labels": [
        "True Playaz"
    ],
    "label_ids": [
        "e414b5ec-2cbd-4180-8e30-42a832200da9"
    ],
    "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"
}