Information about plays

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

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

{
    "id": 1339842,
    "uri": "https://api.kexp.org/v2/plays/1339842/?format=api",
    "airdate": "2008-02-17T11:52:00-08:00",
    "show": 23410,
    "show_uri": "https://api.kexp.org/v2/shows/23410/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413QF9314ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413QF9314ML._SL75_.jpg",
    "song": "Backlash Blues",
    "track_id": "753a1b20-7708-420b-804d-fdb3384babb7",
    "recording_id": null,
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Sings the Blues & 'Nuff Said",
    "release_id": "ebf0d991-a9d9-48ed-a8d5-3619a6de0214",
    "release_group_id": null,
    "labels": [],
    "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"
}