Information about plays

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

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

{
    "id": 1391973,
    "uri": "https://api.kexp.org/v2/plays/1391973/?format=api",
    "airdate": "2008-06-30T17:35:26-07:00",
    "show": 24295,
    "show_uri": "https://api.kexp.org/v2/shows/24295/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41l2Yl9jEtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41l2Yl9jEtL._SL75_.jpg",
    "song": "That Summer Feeling",
    "track_id": "1ac5f44d-5adf-4a81-9546-b9f6dfead37a",
    "recording_id": null,
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "I, Jonathan",
    "release_id": "cec02ccd-4faf-4766-981f-651cd7ac7561",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}