Information about plays

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

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

{
    "id": 434128,
    "uri": "https://api.kexp.org/v2/plays/434128/?format=api",
    "airdate": "2001-06-13T04:21:10-07:00",
    "show": 7306,
    "show_uri": "https://api.kexp.org/v2/shows/7306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21N4TMNA60L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21N4TMNA60L._SL75_.jpg",
    "song": "Cashmere, Washington",
    "track_id": "d63109d4-6269-4741-86a0-19f283d6ecd6",
    "recording_id": null,
    "artist": "Sharks Keep Moving",
    "artist_ids": [
        "db75cca7-a0e6-4303-8055-0d902a8ba372"
    ],
    "album": "Desert Strings and Drifters",
    "release_id": "97eed15b-6e13-48a9-a64e-36e6435285e9",
    "release_group_id": null,
    "labels": [
        "Second Nature"
    ],
    "label_ids": [
        "8e24ee4a-fbb3-4263-b74d-6082906fb7c5"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}