Information about plays

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

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

{
    "id": 1296625,
    "uri": "https://api.kexp.org/v2/plays/1296625/?format=api",
    "airdate": "2007-10-30T03:21:05-07:00",
    "show": 22685,
    "show_uri": "https://api.kexp.org/v2/shows/22685/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/61bOwAwEbCL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/61bOwAwEbCL._SL75_.jpg",
    "song": "Knife",
    "track_id": null,
    "recording_id": null,
    "artist": "Grizzly Bear",
    "artist_ids": [
        "59a7fbcb-ff74-494d-abd0-9c82359040c9"
    ],
    "album": "LIVE at KEXP Volume Three",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}