Information about plays

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

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

{
    "id": 1287076,
    "uri": "https://api.kexp.org/v2/plays/1287076/?format=api",
    "airdate": "2007-10-04T22:45:20-07:00",
    "show": 22520,
    "show_uri": "https://api.kexp.org/v2/shows/22520/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Skeewif - Man Of Constant Sorrow",
    "track_id": null,
    "recording_id": null,
    "artist": "Kraak & Smaak",
    "artist_ids": [
        "472fcf2f-eaa2-44a2-8e8f-2ecd23cd0fc7"
    ],
    "album": "The Remix Sessions (disc 1: Smaak)",
    "release_id": "a09c6148-ef4f-49c3-ad7f-df87e53a49be",
    "release_group_id": null,
    "labels": [
        "Quango Records"
    ],
    "label_ids": [
        "9a476be7-544a-4330-b459-7ef7b2542fdd"
    ],
    "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"
}