Information about plays

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

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

{
    "id": 1278561,
    "uri": "https://api.kexp.org/v2/plays/1278561/?format=api",
    "airdate": "2007-09-13T02:45:14-07:00",
    "show": 22376,
    "show_uri": "https://api.kexp.org/v2/shows/22376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roadrunner",
    "track_id": null,
    "recording_id": null,
    "artist": "Jonathan Richman and the Modern Lovers",
    "artist_ids": [
        "8a5dff84-c79f-4898-9e15-e100c53ebb58"
    ],
    "album": "The Beserkley Years",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}