Information about plays

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

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

{
    "id": 1412283,
    "uri": "https://api.kexp.org/v2/plays/1412283/?format=api",
    "airdate": "2008-08-20T21:09:17-07:00",
    "show": 24637,
    "show_uri": "https://api.kexp.org/v2/shows/24637/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BHhuhbkSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BHhuhbkSL._SL75_.jpg",
    "song": "Chasing Pavements",
    "track_id": "6e82c662-30b0-409c-9fa1-af2a3d8a62f3",
    "recording_id": null,
    "artist": "Adele",
    "artist_ids": [
        "cc2c9c3c-b7bc-4b8b-84d8-4fbd8779e493"
    ],
    "album": "19 (bonus disc: Live at The Hotel Cafe)",
    "release_id": "a2565578-16c5-4608-880b-41c95470d8e1",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2008-06-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}