Information about plays

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

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

{
    "id": 431015,
    "uri": "https://api.kexp.org/v2/plays/431015/?format=api",
    "airdate": "2001-06-03T20:12:51-07:00",
    "show": 7249,
    "show_uri": "https://api.kexp.org/v2/shows/7249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Play It Twice",
    "track_id": "0fc06817-b02e-4736-9c23-3fb05cb9f965",
    "recording_id": null,
    "artist": "Twisted Anger",
    "artist_ids": [
        "46c261f6-b0af-4e4c-bedc-9bb6f01f3b8f"
    ],
    "album": "Breakage EP (disc 2)",
    "release_id": "32f2266a-f9c6-464a-afeb-ada28246b6d5",
    "release_group_id": null,
    "labels": [
        "Penny Black"
    ],
    "label_ids": [
        "1680573b-47de-4f39-820e-0c7d9c74b8e4"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}