Information about plays

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

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

{
    "id": 490645,
    "uri": "https://api.kexp.org/v2/plays/490645/?format=api",
    "airdate": "2001-11-26T20:13:20-08:00",
    "show": 8405,
    "show_uri": "https://api.kexp.org/v2/shows/8405/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511P2F7sSjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511P2F7sSjL._SL75_.jpg",
    "song": "Mandela",
    "track_id": "f7c05a67-affa-4023-925b-ce1844f1f880",
    "recording_id": null,
    "artist": "Salif Keita",
    "artist_ids": [
        "b29a24ff-2c55-437e-867b-1456c9f3f73e"
    ],
    "album": "\"Folon\"... The Past",
    "release_id": "e5f07211-cea9-403f-914b-a5f2d9ba8b63",
    "release_group_id": null,
    "labels": [
        "Mango-Island"
    ],
    "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"
}