Information about plays

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

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

{
    "id": 1297064,
    "uri": "https://api.kexp.org/v2/plays/1297064/?format=api",
    "airdate": "2007-10-31T14:01:44-07:00",
    "show": 22694,
    "show_uri": "https://api.kexp.org/v2/shows/22694/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sGOPMVD9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sGOPMVD9L._SL75_.jpg",
    "song": "Bury Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Gish",
    "release_id": "48796cb5-c709-4422-80f4-533a5516471c",
    "release_group_id": null,
    "labels": [
        "Virgin Music Co."
    ],
    "label_ids": [
        "344f703a-c23e-4219-ac6c-6eb82c9fecc5"
    ],
    "release_date": "1991-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}