Information about plays

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

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

{
    "id": 420492,
    "uri": "https://api.kexp.org/v2/plays/420492/?format=api",
    "airdate": "2001-05-02T15:03:00-07:00",
    "show": 7036,
    "show_uri": "https://api.kexp.org/v2/shows/7036/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21F7cRUUEOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21F7cRUUEOL._SL75_.jpg",
    "song": "End of the World",
    "track_id": "21e7626a-906a-467d-8390-6ddeb8c4d5d8",
    "recording_id": null,
    "artist": "The Crabs",
    "artist_ids": [
        "2e6c836a-3685-4886-9309-bd8ff89c8a83"
    ],
    "album": "Sand and Sea",
    "release_id": "88d768c0-5d08-4a9c-97ab-547173051fd5",
    "release_group_id": null,
    "labels": [
        "K&E record"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}