Information about plays

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

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

{
    "id": 415037,
    "uri": "https://api.kexp.org/v2/plays/415037/?format=api",
    "airdate": "2001-04-13T15:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cXjM5AzPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cXjM5AzPL._SL75_.jpg",
    "song": "Bringing It Back",
    "track_id": "83c37da4-898f-4c9f-9b09-90184c49b665",
    "recording_id": null,
    "artist": "The Black Eyed Peas",
    "artist_ids": [
        "d5be5333-4171-427e-8e12-732087c6b78e"
    ],
    "album": "Bridging the Gap",
    "release_id": "ef9ffb6f-7b69-4c17-94eb-41e86eb6ea7a",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2000-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}