Information about plays

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

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

{
    "id": 1284525,
    "uri": "https://api.kexp.org/v2/plays/1284525/?format=api",
    "airdate": "2007-09-28T08:13:54-07:00",
    "show": 22475,
    "show_uri": "https://api.kexp.org/v2/shows/22475/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41J836ASR9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41J836ASR9L._SL75_.jpg",
    "song": "Birth, School, Work, Death",
    "track_id": null,
    "recording_id": null,
    "artist": "The Godfathers",
    "artist_ids": [
        "de288aa4-b753-490d-af0e-62bbe63e8411"
    ],
    "album": "Birth, School, Work, Death",
    "release_id": "6e4962a6-4990-4271-94f6-11212c1519b3",
    "release_group_id": null,
    "labels": [
        "Columbia%2fSony"
    ],
    "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"
}