Information about plays

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

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

{
    "id": 421270,
    "uri": "https://api.kexp.org/v2/plays/421270/?format=api",
    "airdate": "2001-05-04T19:45:00-07:00",
    "show": 7051,
    "show_uri": "https://api.kexp.org/v2/shows/7051/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61uEq68rcQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61uEq68rcQL._SL75_.jpg",
    "song": "Highway Patrol",
    "track_id": "d7bc8ffd-5f3e-4df9-86fb-bb8332ee2679",
    "recording_id": null,
    "artist": "Junior Brown",
    "artist_ids": [
        "de38023a-2fd6-443a-a18a-97fcdf48d6df"
    ],
    "album": "Guit With It",
    "release_id": "3fa848ea-65a3-4850-992d-75d0f17c08d9",
    "release_group_id": null,
    "labels": [
        "Curb Records"
    ],
    "label_ids": [
        "1811d7d5-e3fa-41be-b457-666bd939f2a7"
    ],
    "release_date": "1993-08-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}