Information about plays

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

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

{
    "id": 476113,
    "uri": "https://api.kexp.org/v2/plays/476113/?format=api",
    "airdate": "2001-10-13T22:23:04-07:00",
    "show": 8115,
    "show_uri": "https://api.kexp.org/v2/shows/8115/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51m3-0ScimL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51m3-0ScimL._SL75_.jpg",
    "song": "Doctor?",
    "track_id": "8ed5bc9e-86ae-4f0b-8e0c-f3a54c845550",
    "recording_id": null,
    "artist": "Orbital",
    "artist_ids": [
        "f3e2a7d9-c6bb-4848-95e5-04c0a1e2f511"
    ],
    "album": "The Altogether",
    "release_id": "16c1c861-2cc0-4b3c-840b-07010993831a",
    "release_group_id": null,
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "2001-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}