Information about plays

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

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

{
    "id": 1276355,
    "uri": "https://api.kexp.org/v2/plays/1276355/?format=api",
    "airdate": "2007-09-07T11:56:00-07:00",
    "show": 22338,
    "show_uri": "https://api.kexp.org/v2/shows/22338/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216G2FB7D2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216G2FB7D2L._SL75_.jpg",
    "song": "Let It Go",
    "track_id": "6cf2d73d-9ac6-4afc-b490-674be9381127",
    "recording_id": null,
    "artist": "The Village Green",
    "artist_ids": [
        "650f324a-d5c2-4e82-932c-65ab37ac9d41"
    ],
    "album": "The Village Green",
    "release_id": "d515baff-d8e8-4b55-a522-8f95eb15cdcf",
    "release_group_id": null,
    "labels": [
        "Hidden Agenda"
    ],
    "label_ids": [
        "8225d763-c97e-48e6-bd34-3effefbf0f50"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}