Information about plays

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

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

{
    "id": 1184695,
    "uri": "https://api.kexp.org/v2/plays/1184695/?format=api",
    "airdate": "2007-01-14T21:25:00-08:00",
    "show": 20771,
    "show_uri": "https://api.kexp.org/v2/shows/20771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Move Aside (Sinden Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bugz in the Attic",
    "artist_ids": [
        "e12903cf-78ff-4d15-8dfa-54985733827f"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nurture Records"
    ],
    "label_ids": [
        "830d946f-0eb3-427e-88a1-c4c61b0a3574"
    ],
    "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"
}