Information about plays

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

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

{
    "id": 1362559,
    "uri": "https://api.kexp.org/v2/plays/1362559/?format=api",
    "airdate": "2008-04-15T19:12:39-07:00",
    "show": 23793,
    "show_uri": "https://api.kexp.org/v2/shows/23793/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ts0Xlps9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ts0Xlps9L._SL75_.jpg",
    "song": "The Cameleer Tormented My Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Reem Kelani",
    "artist_ids": [
        "1ed97e6e-2c9c-4bfd-b2e5-d40397dbf5d3"
    ],
    "album": "Sprinting Gazelle: Palestinian Songs from the Motherland and the Diaspora",
    "release_id": "1eb59494-0cfb-4da0-b21b-aed91cae1b5b",
    "release_group_id": null,
    "labels": [
        "short fuse"
    ],
    "label_ids": [],
    "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"
}