Information about plays

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

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

{
    "id": 1178351,
    "uri": "https://api.kexp.org/v2/plays/1178351/?format=api",
    "airdate": "2006-12-29T16:31:50-08:00",
    "show": 20661,
    "show_uri": "https://api.kexp.org/v2/shows/20661/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SIxL2hNrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SIxL2hNrL._SL75_.jpg",
    "song": "Goodbye",
    "track_id": null,
    "recording_id": null,
    "artist": "The Maldives",
    "artist_ids": [
        "a2c99f22-d4e1-44a6-b131-78cbd4524c46"
    ],
    "album": "The Maldives",
    "release_id": "e03dce2a-0a4e-4fd1-a1b8-35d973cdddd1",
    "release_group_id": null,
    "labels": [
        "Homegrown"
    ],
    "label_ids": [
        "121eb6a0-2493-4811-bdef-ceac520b24de"
    ],
    "release_date": "2006-06-05",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}