Information about plays

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

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

{
    "id": 1288911,
    "uri": "https://api.kexp.org/v2/plays/1288911/?format=api",
    "airdate": "2007-10-09T17:08:40-07:00",
    "show": 22554,
    "show_uri": "https://api.kexp.org/v2/shows/22554/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51iuO4w3lYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51iuO4w3lYL._SL75_.jpg",
    "song": "Moon Beeps",
    "track_id": null,
    "recording_id": null,
    "artist": "The Intelligence",
    "artist_ids": [
        "11ab49a5-fd58-4905-997d-57e70064e893"
    ],
    "album": "Deuteronomy",
    "release_id": "f5ac1fa0-4c8b-496a-839d-1086492323fc",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}