Information about plays

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

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

{
    "id": 434740,
    "uri": "https://api.kexp.org/v2/plays/434740/?format=api",
    "airdate": "2001-06-14T19:50:31-07:00",
    "show": 7316,
    "show_uri": "https://api.kexp.org/v2/shows/7316/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GCFCVTHGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GCFCVTHGL._SL75_.jpg",
    "song": "Stuff That Works",
    "track_id": "72a7c4b8-d348-4ec2-a188-084f61ea133e",
    "recording_id": null,
    "artist": "Guy Clark",
    "artist_ids": [
        "e885f72e-4617-46de-9454-5485061f29b3"
    ],
    "album": "Dublin Blues",
    "release_id": "3e29e16d-2b70-4315-8517-2d125a9308cb",
    "release_group_id": null,
    "labels": [
        "asylum"
    ],
    "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"
}