Information about plays

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

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

{
    "id": 1308349,
    "uri": "https://api.kexp.org/v2/plays/1308349/?format=api",
    "airdate": "2007-11-29T21:05:14-08:00",
    "show": 22885,
    "show_uri": "https://api.kexp.org/v2/shows/22885/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RFFbivk0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RFFbivk0L._SL75_.jpg",
    "song": "I Need a Strong Man (The To-To Song) (Young, Gifted and Black outtake)",
    "track_id": null,
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Rare & Unreleased Recordings From the Golden Reign of the Queen of Soul (disc 2)",
    "release_id": "cc3550a5-8620-478b-9505-24fcf521096a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}