Information about plays

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

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

{
    "id": 1278375,
    "uri": "https://api.kexp.org/v2/plays/1278375/?format=api",
    "airdate": "2007-09-12T17:06:00-07:00",
    "show": 22373,
    "show_uri": "https://api.kexp.org/v2/shows/22373/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510XPA676XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510XPA676XL._SL75_.jpg",
    "song": "Here Come the Martian Martians",
    "track_id": null,
    "recording_id": null,
    "artist": "Jonathan Richman and the Modern Lovers",
    "artist_ids": [
        "8a5dff84-c79f-4898-9e15-e100c53ebb58"
    ],
    "album": "The Beserkley Years: The Best of Jonathan Richman and the Modern Lovers",
    "release_id": "81837816-502e-44cc-8bee-c07ff91f530b",
    "release_group_id": null,
    "labels": [
        "Berserkely"
    ],
    "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"
}