Information about plays

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

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

{
    "id": 1319957,
    "uri": "https://api.kexp.org/v2/plays/1319957/?format=api",
    "airdate": "2007-12-29T12:07:02-08:00",
    "show": 23078,
    "show_uri": "https://api.kexp.org/v2/shows/23078/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kind of a Drag",
    "track_id": "ff62aa1c-fa70-4dcf-b601-1bdc5dd15d17",
    "recording_id": null,
    "artist": "Ultra Vivid Scene",
    "artist_ids": [
        "c9227eab-add4-42cd-be8f-1bcb5566daa9"
    ],
    "album": "Special One",
    "release_id": "044aadf2-fb32-4c33-9e7e-77f4a195af45",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}