Information about plays

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

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

{
    "id": 460150,
    "uri": "https://api.kexp.org/v2/plays/460150/?format=api",
    "airdate": "2001-08-27T19:40:00-07:00",
    "show": 7806,
    "show_uri": "https://api.kexp.org/v2/shows/7806/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E28MKTKJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E28MKTKJL._SL75_.jpg",
    "song": "Mare Rano",
    "track_id": "8098dadd-04c0-471e-b8d6-beb3c53efd49",
    "recording_id": null,
    "artist": "D'Gary",
    "artist_ids": [
        "612fcd72-c4a5-47df-bbdd-7e4b3292873a"
    ],
    "album": "Mbo Loza",
    "release_id": "406884b5-27c1-4f20-a9ee-21285cf72992",
    "release_group_id": null,
    "labels": [
        "Indigo-Label Bleu"
    ],
    "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"
}