Information about plays

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

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

{
    "id": 529588,
    "uri": "https://api.kexp.org/v2/plays/529588/?format=api",
    "airdate": "2002-03-21T09:37:34-08:00",
    "show": 9164,
    "show_uri": "https://api.kexp.org/v2/shows/9164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Royksopp - So Easy",
    "track_id": null,
    "recording_id": null,
    "artist": "Wall of Sounds presents Telle -Telle Rec 2000-",
    "artist_ids": [],
    "album": "Telle",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "1493293e-a9cf-485e-a7e3-78d726e4eb24"
    ],
    "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"
}