Information about plays

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

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

{
    "id": 1308742,
    "uri": "https://api.kexp.org/v2/plays/1308742/?format=api",
    "airdate": "2007-11-30T19:41:30-08:00",
    "show": 22890,
    "show_uri": "https://api.kexp.org/v2/shows/22890/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pisHzjekL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pisHzjekL._SL75_.jpg",
    "song": "Between the Devil and the Deep Blue Sea",
    "track_id": "f4570b2c-6ad1-4645-875b-d92b2159f1ab",
    "recording_id": null,
    "artist": "The Ranch Girls & The Ragtime Wranglers",
    "artist_ids": [
        "fbba0ccf-d096-40f7-a067-58dfdaf3a12c"
    ],
    "album": "Can You Hear It??",
    "release_id": "b495081b-5fed-4608-b233-f6c190f02fc8",
    "release_group_id": null,
    "labels": [
        "Haydens Ferry"
    ],
    "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"
}