Information about plays

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

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

{
    "id": 433303,
    "uri": "https://api.kexp.org/v2/plays/433303/?format=api",
    "airdate": "2001-06-10T16:56:50-07:00",
    "show": 7289,
    "show_uri": "https://api.kexp.org/v2/shows/7289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Que Problemas",
    "track_id": "867e7a7e-4e9c-453d-9d45-2bf9060c9da6",
    "recording_id": null,
    "artist": "Flaco Jiménez",
    "artist_ids": [
        "f3387fe6-63ff-4dcb-95e6-cf14fc13f60b"
    ],
    "album": "Flaco Jiménez",
    "release_id": "e19c2cf7-8876-4794-af7d-37c7c677ece2",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1994-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}