Information about plays

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

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

{
    "id": 1275584,
    "uri": "https://api.kexp.org/v2/plays/1275584/?format=api",
    "airdate": "2007-09-05T12:14:06-07:00",
    "show": 22326,
    "show_uri": "https://api.kexp.org/v2/shows/22326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Highest Tree",
    "track_id": null,
    "recording_id": null,
    "artist": "The Eighteenth Day Of May",
    "artist_ids": [
        "32aa555f-cd0e-445a-9cc8-25d94d3ac36a"
    ],
    "album": "The Eighteenth Day Of May",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "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"
}