Information about plays

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

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

{
    "id": 496613,
    "uri": "https://api.kexp.org/v2/plays/496613/?format=api",
    "airdate": "2001-12-14T03:53:00-08:00",
    "show": 8518,
    "show_uri": "https://api.kexp.org/v2/shows/8518/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41%2BoyDMmiAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41%2BoyDMmiAL._SL75_.jpg",
    "song": "Unwohlpol",
    "track_id": "62ed8b7c-d8c1-4bed-b335-ef2a02de432a",
    "recording_id": null,
    "artist": "Tied & Tickled Trio",
    "artist_ids": [
        "178220ff-ecd6-4fd2-aa0d-79940a6219a2"
    ],
    "album": "EA1 EA2",
    "release_id": "a08f3203-69de-48b3-98b2-78645ddc414a",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "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"
}