Information about plays

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

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

{
    "id": 535370,
    "uri": "https://api.kexp.org/v2/plays/535370/?format=api",
    "airdate": "2002-04-06T19:03:45-08:00",
    "show": 9275,
    "show_uri": "https://api.kexp.org/v2/shows/9275/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61F31D45MSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61F31D45MSL._SL75_.jpg",
    "song": "Goodbye To Cadillac",
    "track_id": "d3ea04f5-8e9b-4349-9a3a-cac3737c1488",
    "recording_id": null,
    "artist": "Mountain Con",
    "artist_ids": [
        "a4096751-ae06-4673-b0fc-73e88a0e618e"
    ],
    "album": "The MC Stands For Revolution",
    "release_id": "7aace656-825a-4e0e-8e98-38015f04c91a",
    "release_group_id": null,
    "labels": [
        "Acid Blues"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}