Information about plays

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

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

{
    "id": 1377519,
    "uri": "https://api.kexp.org/v2/plays/1377519/?format=api",
    "airdate": "2008-05-23T05:15:42-07:00",
    "show": 24040,
    "show_uri": "https://api.kexp.org/v2/shows/24040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Forgive Me",
    "track_id": "049b5dba-cca3-499e-97c6-4b504099bccd",
    "recording_id": null,
    "artist": "Blue Sky Black Death",
    "artist_ids": [
        "1b8ed32a-294c-4224-a770-2c20b8a5b0c1"
    ],
    "album": "Late Night Cinema",
    "release_id": "64a3711f-a273-4f9e-a098-b1588538be40",
    "release_group_id": null,
    "labels": [
        "Babygrande Records"
    ],
    "label_ids": [
        "946cf355-7e4e-418e-9508-dc21b948a057"
    ],
    "release_date": "2008-04-29",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}