Information about plays

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

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

{
    "id": 456112,
    "uri": "https://api.kexp.org/v2/plays/456112/?format=api",
    "airdate": "2001-08-16T00:22:30-07:00",
    "show": 7722,
    "show_uri": "https://api.kexp.org/v2/shows/7722/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/314Q3PK0D0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/314Q3PK0D0L._SL75_.jpg",
    "song": "Tell Me Something (Beanfield remix)",
    "track_id": "adcdf426-f482-45ef-a8db-3a77e371bb80",
    "recording_id": null,
    "artist": "DJs Wally & Swingsett",
    "artist_ids": [
        "97a0f69a-b2f5-47c5-9b6e-f1db4b7a0022"
    ],
    "album": "No Categories 1: A Ubiquity Compilation (disc 2)",
    "release_id": "1d45604e-a92e-4788-a591-a343e5149e25",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}