Information about plays

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

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

{
    "id": 1272958,
    "uri": "https://api.kexp.org/v2/plays/1272958/?format=api",
    "airdate": "2007-08-29T22:44:46-07:00",
    "show": 22283,
    "show_uri": "https://api.kexp.org/v2/shows/22283/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cT8NUUMVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cT8NUUMVL._SL75_.jpg",
    "song": "Don't Save Us From the Flames",
    "track_id": null,
    "recording_id": null,
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Before the Dawn Heals Us",
    "release_id": "db85c244-53e7-441c-bab0-52c9c0d27450",
    "release_group_id": null,
    "labels": [
        "Labels"
    ],
    "label_ids": [
        "40ab4841-e93a-4557-a91f-d3fbe30e6af9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}