Information about plays

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

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

{
    "id": 1293101,
    "uri": "https://api.kexp.org/v2/plays/1293101/?format=api",
    "airdate": "2007-10-20T10:36:00-07:00",
    "show": 22623,
    "show_uri": "https://api.kexp.org/v2/shows/22623/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hand Cart Boy",
    "track_id": "5aad5273-20eb-45c4-8ece-188e0163a07e",
    "recording_id": null,
    "artist": "Perfect",
    "artist_ids": [
        "9d8a3dbb-2452-44b7-a2ee-ef8a1a1dd006"
    ],
    "album": "Serious Times (disc 1)",
    "release_id": "75118471-a02e-4021-a8c2-c72a6ce29093",
    "release_group_id": null,
    "labels": [
        "Rebel Rec."
    ],
    "label_ids": [
        "79b6b1f1-702b-413c-9f76-03c3c837a40c"
    ],
    "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"
}