Information about plays

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

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

{
    "id": 1386324,
    "uri": "https://api.kexp.org/v2/plays/1386324/?format=api",
    "airdate": "2008-06-16T13:37:00-07:00",
    "show": 24202,
    "show_uri": "https://api.kexp.org/v2/shows/24202/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eZqYbBuOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eZqYbBuOL._SL75_.jpg",
    "song": "Wild Horses",
    "track_id": null,
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Sticky Fingers",
    "release_id": "d883e644-5ec0-4928-9ccd-fc78bc306a46",
    "release_group_id": null,
    "labels": [
        "Rolling Stones Records"
    ],
    "label_ids": [
        "902810e8-095c-4c2b-869a-7b9b02da7687"
    ],
    "release_date": "1971-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}