Information about plays

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

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

{
    "id": 1357425,
    "uri": "https://api.kexp.org/v2/plays/1357425/?format=api",
    "airdate": "2008-04-02T20:11:28-07:00",
    "show": 23707,
    "show_uri": "https://api.kexp.org/v2/shows/23707/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sR%2BXO705L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sR%2BXO705L._SL75_.jpg",
    "song": "The City of New Orleans",
    "track_id": "f9a8c146-3d1a-4885-abe0-bf6ec5c4d951",
    "recording_id": null,
    "artist": "Arlo Guthrie",
    "artist_ids": [
        "b8efe8ac-45db-4a71-bb51-c1503986172f"
    ],
    "album": "Hobo's Lullaby",
    "release_id": "8172f9e1-52ae-4656-bd32-f1623ef9ec28",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}