Information about plays

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

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

{
    "id": 1364626,
    "uri": "https://api.kexp.org/v2/plays/1364626/?format=api",
    "airdate": "2008-04-20T22:21:00-07:00",
    "show": 23828,
    "show_uri": "https://api.kexp.org/v2/shows/23828/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Contempt (Trip Through Tools mix)",
    "track_id": "59a031a0-b7c6-4d11-96e2-215b6cc27b1a",
    "recording_id": null,
    "artist": "Ricardo Villalobos",
    "artist_ids": [
        "bbd79854-df54-4c1b-b7d6-cf7eea2d0afb"
    ],
    "album": "The Contempt",
    "release_id": "2f0b3c64-e893-4669-89bb-0f410691ff77",
    "release_group_id": null,
    "labels": [
        "Playhouse"
    ],
    "label_ids": [
        "468d9d30-1137-4468-b0db-610cba2c575f"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}