Information about plays

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

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

{
    "id": 1308338,
    "uri": "https://api.kexp.org/v2/plays/1308338/?format=api",
    "airdate": "2007-11-29T20:29:38-08:00",
    "show": 22884,
    "show_uri": "https://api.kexp.org/v2/shows/22884/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-WdnQXTnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-WdnQXTnL._SL75_.jpg",
    "song": "Tonight I'll Be Staying Here With You",
    "track_id": "a0b21e98-58da-4730-a634-69f18b12814b",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Nashville Skyline",
    "release_id": "33be9ca6-eb95-44bc-874b-41d8392c53ee",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1969-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}