Information about plays

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

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

{
    "id": 1360563,
    "uri": "https://api.kexp.org/v2/plays/1360563/?format=api",
    "airdate": "2008-04-10T16:39:19-07:00",
    "show": 23758,
    "show_uri": "https://api.kexp.org/v2/shows/23758/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boracay",
    "track_id": "2dde159d-6add-480b-acb4-21aceaab3721",
    "recording_id": null,
    "artist": "The Little Ones",
    "artist_ids": [
        "4c49960d-daac-4ca2-be43-d1a8ee23f153"
    ],
    "album": "Terry Tales & Fallen Gates",
    "release_id": "bfae941a-0060-417b-81eb-be520aba834f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}