Information about plays

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

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

{
    "id": 510507,
    "uri": "https://api.kexp.org/v2/plays/510507/?format=api",
    "airdate": "2002-01-24T19:43:00-08:00",
    "show": 8793,
    "show_uri": "https://api.kexp.org/v2/shows/8793/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WHS6GFEYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WHS6GFEYL._SL75_.jpg",
    "song": "Devil in a Sleeping Bag",
    "track_id": "77134f75-8d91-4215-a98b-df2fd1e20b2b",
    "recording_id": null,
    "artist": "Willie Nelson",
    "artist_ids": [
        "668fd73c-bf54-4310-a139-305517f05311"
    ],
    "album": "Shotgun Willie",
    "release_id": "28f3623a-4ea2-4898-a3e7-af21be4b92b6",
    "release_group_id": null,
    "labels": [
        "Atlantic LP"
    ],
    "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"
}