Information about plays

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

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

{
    "id": 1382948,
    "uri": "https://api.kexp.org/v2/plays/1382948/?format=api",
    "airdate": "2008-06-07T21:21:06-07:00",
    "show": 24144,
    "show_uri": "https://api.kexp.org/v2/shows/24144/?format=api",
    "image_uri": "http://services.kexp.org/resources/images/releases/28682",
    "thumbnail_uri": "http://services.kexp.org/resources/images/releases/28683",
    "song": "Cadillac",
    "track_id": "9bb7a38c-fbdb-47be-a664-6a34ac993658",
    "recording_id": null,
    "artist": "The Husbands",
    "artist_ids": [
        "4fe87ae0-b7da-442f-888d-0c2a1f06167b"
    ],
    "album": "Introducing the Sounds of the Husbands",
    "release_id": "1aaba479-2828-45b4-84af-d5595739a69d",
    "release_group_id": null,
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2003-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}