Information about plays

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

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

{
    "id": 474394,
    "uri": "https://api.kexp.org/v2/plays/474394/?format=api",
    "airdate": "2001-10-09T03:52:30-07:00",
    "show": 8084,
    "show_uri": "https://api.kexp.org/v2/shows/8084/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wU7SSGz0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wU7SSGz0L._SL75_.jpg",
    "song": "Dream: \"Us Kids swim off a gray pier...\"",
    "track_id": "0beff3e9-4c0d-418d-b1be-ca76583eeda2",
    "recording_id": null,
    "artist": "Steven Tyler",
    "artist_ids": [
        "7d3f7aed-fb9c-4e80-b198-64cd6ae31cb8"
    ],
    "album": "Kerouac: Kicks Joy Darkness",
    "release_id": "ccda59e3-b143-4d00-857b-da39098cb912",
    "release_group_id": null,
    "labels": [
        "RYCO"
    ],
    "label_ids": [],
    "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"
}