Information about plays

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

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

{
    "id": 1196764,
    "uri": "https://api.kexp.org/v2/plays/1196764/?format=api",
    "airdate": "2007-02-14T11:12:03-08:00",
    "show": 20978,
    "show_uri": "https://api.kexp.org/v2/shows/20978/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61m9nGEAffL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61m9nGEAffL._SL75_.jpg",
    "song": "I Wanna Be Your Dog",
    "track_id": null,
    "recording_id": null,
    "artist": "The Stooges",
    "artist_ids": [
        "794c6bf2-3241-416f-9b8f-24e2d84a1c4b"
    ],
    "album": "The Stooges",
    "release_id": "9841dd14-f7a3-4a40-a0f5-5cfd2b0999ed",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}