Information about plays

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

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

{
    "id": 431435,
    "uri": "https://api.kexp.org/v2/plays/431435/?format=api",
    "airdate": "2001-06-05T03:17:08-07:00",
    "show": 7257,
    "show_uri": "https://api.kexp.org/v2/shows/7257/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WRN6SFCRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WRN6SFCRL._SL75_.jpg",
    "song": "Airplane",
    "track_id": "8277749e-0a84-4a20-b78e-9fd49a51cfe2",
    "recording_id": null,
    "artist": "The Album Leaf",
    "artist_ids": [
        "ffb18e19-64a4-4a65-b4ce-979e00c3c69d"
    ],
    "album": "An Orchestrated Rise to Fall",
    "release_id": "c46753ff-d972-4ebb-80f2-1c0074bf4640",
    "release_group_id": null,
    "labels": [
        "The Music Fellowship"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}