Information about plays

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

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

{
    "id": 1373693,
    "uri": "https://api.kexp.org/v2/plays/1373693/?format=api",
    "airdate": "2008-05-13T18:19:19-07:00",
    "show": 23979,
    "show_uri": "https://api.kexp.org/v2/shows/23979/?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": "Galilean Lullaby",
    "track_id": "a6c0206e-c2c1-494d-8d5e-d5c7a16abc5d",
    "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": [
        "Fuse Music"
    ],
    "label_ids": [
        "33b36bd4-6c46-4bc7-a452-dd6ad92442f3"
    ],
    "release_date": "2006-02-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}