Information about plays

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

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

{
    "id": 1281757,
    "uri": "https://api.kexp.org/v2/plays/1281757/?format=api",
    "airdate": "2007-09-21T06:33:42-07:00",
    "show": 22429,
    "show_uri": "https://api.kexp.org/v2/shows/22429/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lovesong of the Buzzard",
    "track_id": null,
    "recording_id": null,
    "artist": "Iron Monkey",
    "artist_ids": [
        "16f979fd-be76-4eb0-b171-90412585d20d"
    ],
    "album": "the Shepard's Dog",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}