Information about plays

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

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

{
    "id": 533709,
    "uri": "https://api.kexp.org/v2/plays/533709/?format=api",
    "airdate": "2002-04-02T01:22:56-08:00",
    "show": 9246,
    "show_uri": "https://api.kexp.org/v2/shows/9246/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk Thru Walls (feat. Hellsent)",
    "track_id": "036d6aa3-c9b8-4ebf-a81f-9dd4d0905ba1",
    "recording_id": null,
    "artist": "Qwazaar",
    "artist_ids": [
        "7eda8a61-3c19-476d-874a-8958501a5a23"
    ],
    "album": "Walk Thru Walls",
    "release_id": "6513aafe-4f4a-4e09-acf0-052cd508e49d",
    "release_group_id": null,
    "labels": [
        "The Frontline"
    ],
    "label_ids": [],
    "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"
}