Information about plays

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

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

{
    "id": 414812,
    "uri": "https://api.kexp.org/v2/plays/414812/?format=api",
    "airdate": "2001-04-12T17:00:00-07:00",
    "show": 6918,
    "show_uri": "https://api.kexp.org/v2/shows/6918/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YE0SMWV0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YE0SMWV0L._SL75_.jpg",
    "song": "Ain't That the Way",
    "track_id": "b0e16776-dd77-40ad-8a62-1bcb1b433003",
    "recording_id": null,
    "artist": "Ani DiFranco",
    "artist_ids": [
        "a7bdc71f-697a-45d9-92b2-a01fbbe50272"
    ],
    "album": "Revelling / Reckoning (disc 1: Revelling)",
    "release_id": "4f5ccefc-bc03-4d17-b86b-ba429faa1c83",
    "release_group_id": null,
    "labels": [
        "Righteous Babe Records"
    ],
    "label_ids": [
        "9d1ac05c-138a-41d4-a869-59364e81759c"
    ],
    "release_date": "2001-04-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}