Information about plays

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

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

{
    "id": 454193,
    "uri": "https://api.kexp.org/v2/plays/454193/?format=api",
    "airdate": "2001-08-10T11:28:00-07:00",
    "show": 7685,
    "show_uri": "https://api.kexp.org/v2/shows/7685/?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"
}