Information about plays

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

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

{
    "id": 381933,
    "uri": "https://api.kexp.org/v2/plays/381933/?format=api",
    "airdate": "2019-09-17T09:27:53-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "http://coverartarchive.org/release/99fbeb85-6c72-4180-a914-27525f29578a/9213261062-250.jpg",
    "thumbnail_uri": "",
    "song": "U.N.I.T.Y.",
    "track_id": "dc790e9d-7f3f-3f36-9ddb-d0a406d27858",
    "recording_id": null,
    "artist": "Queen Latifah",
    "artist_ids": [
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": "Black Reign",
    "release_id": "99fbeb85-6c72-4180-a914-27525f29578a",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1993-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latifah called out the misogyny in hip-hop at a time when women in the industry weren’t being given opportunities to ask for much at all. She infused feminism into rap music when female artists were barely allowed through the door. And then she left it open.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}