Information about plays

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

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

{
    "id": 414408,
    "uri": "https://api.kexp.org/v2/plays/414408/?format=api",
    "airdate": "2001-02-25T15:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sLDDFjM3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sLDDFjM3L._SL75_.jpg",
    "song": "Elevator (Herbaliser remix)",
    "track_id": "9c1ad01e-bfe5-421e-b266-6e43c093c870",
    "recording_id": null,
    "artist": "Jaffa",
    "artist_ids": [
        "dec32f34-eb0d-47ed-b1de-d6eae549a93c"
    ],
    "album": "Elevator",
    "release_id": "d0066d06-f145-467c-9acb-8dd973fefcfd",
    "release_group_id": null,
    "labels": [
        "Nude"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}