Information about plays

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

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

{
    "id": 414874,
    "uri": "https://api.kexp.org/v2/plays/414874/?format=api",
    "airdate": "2001-04-12T20:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TWATZ403L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TWATZ403L._SL75_.jpg",
    "song": "Blue and Wonder",
    "track_id": "39cfc50e-b723-46ea-ad7a-e355d11f8100",
    "recording_id": null,
    "artist": "Richard Buckner",
    "artist_ids": [
        "fec02932-60cd-46ee-a70c-05c07905ae77"
    ],
    "album": "Bloomed",
    "release_id": "38e0a606-21c2-4d44-ba51-741816418a20",
    "release_group_id": null,
    "labels": [
        "Slow River"
    ],
    "label_ids": [
        "57fb15d2-17ff-432a-ad98-e915a20a316e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}