Information about plays

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

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

{
    "id": 416202,
    "uri": "https://api.kexp.org/v2/plays/416202/?format=api",
    "airdate": "2001-04-19T00:54:00-07:00",
    "show": 6945,
    "show_uri": "https://api.kexp.org/v2/shows/6945/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418TE1RW4EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418TE1RW4EL._SL75_.jpg",
    "song": "Rules Broken",
    "track_id": "d74ba592-e040-4e85-8085-73cccd41bfed",
    "recording_id": null,
    "artist": "¡All-Time Quarterback!",
    "artist_ids": [
        "f73b674b-8051-423d-9f1e-b173913d166a"
    ],
    "album": "¡All-Time Quarterback!",
    "release_id": "db4360e7-0e18-4192-9b05-cfe35d371cf2",
    "release_group_id": null,
    "labels": [
        "Elsinor"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}