Information about plays

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

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

{
    "id": 1360288,
    "uri": "https://api.kexp.org/v2/plays/1360288/?format=api",
    "airdate": "2008-04-09T23:05:23-07:00",
    "show": 23754,
    "show_uri": "https://api.kexp.org/v2/shows/23754/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41LYwYQOGXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41LYwYQOGXL._SL75_.jpg",
    "song": "Writin' On The Wall",
    "track_id": "24b005dc-d985-4bac-b0d8-0f421bdb7957",
    "recording_id": null,
    "artist": "Boscoe",
    "artist_ids": [
        "de2b2fb3-b4bf-47b5-80a0-42bd4b38cc43"
    ],
    "album": "Boscoe",
    "release_id": "2ebbb3f4-41d3-4da9-85dd-4d0bf729a6e8",
    "release_group_id": null,
    "labels": [
        "The Control Group"
    ],
    "label_ids": [
        "285c66f9-f711-4d13-a071-754e08bba631"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}