Information about plays

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

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

{
    "id": 464899,
    "uri": "https://api.kexp.org/v2/plays/464899/?format=api",
    "airdate": "2001-09-10T22:07:03-07:00",
    "show": 7900,
    "show_uri": "https://api.kexp.org/v2/shows/7900/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513JFovuX0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513JFovuX0L._SL75_.jpg",
    "song": "This Ain't No Picnic",
    "track_id": "421061c1-a349-4aba-a603-470eeaaf5997",
    "recording_id": null,
    "artist": "Minutemen",
    "artist_ids": [
        "d4ad0149-d8ae-4105-8009-0221fce9ff35"
    ],
    "album": "Ballot Result",
    "release_id": "06bf499a-d334-4345-a65a-03628f75c75d",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}