Information about plays

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

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

{
    "id": 375951,
    "uri": "https://api.kexp.org/v2/plays/375951/?format=api",
    "airdate": "2019-09-03T09:41:58-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Queen Latifah third studio album released back in 1993. Black Reign was her most successful album yet and was declared gold by the RIAA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}