Information about plays

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

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

{
    "id": 374198,
    "uri": "https://api.kexp.org/v2/plays/374198/?format=api",
    "airdate": "2019-08-29T22:20:00-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Different Strokes",
    "track_id": "f4a3bdb7-5b22-412b-bd49-8e9e55d13267",
    "recording_id": null,
    "artist": "Syl Johnson",
    "artist_ids": [
        "2e8cbd3d-44c0-4725-89e0-7db8010aa832"
    ],
    "album": "Complete Mythology",
    "release_id": "98eabba7-ca5f-4cd2-866f-22ef9228558d",
    "release_group_id": null,
    "labels": [
        "Numero Group"
    ],
    "label_ids": [],
    "release_date": "2010-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1992, Johnson found out that his song \"Different Strokes\" had been sampled by several rappers, including Wu-Tang Clan, Public Enemy, Kool G Rap, Hammer, and the Geto Boys.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}