Information about plays

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

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

{
    "id": 1295668,
    "uri": "https://api.kexp.org/v2/plays/1295668/?format=api",
    "airdate": "2007-10-27T01:05:33-07:00",
    "show": 22664,
    "show_uri": "https://api.kexp.org/v2/shows/22664/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6100TAL8t4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6100TAL8t4L._SL75_.jpg",
    "song": "Let's Pretend We're Married",
    "track_id": null,
    "recording_id": null,
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "1999",
    "release_id": "87738901-642f-491c-aaed-8072250255f6",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1982-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}