Information about plays

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

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

{
    "id": 374830,
    "uri": "https://api.kexp.org/v2/plays/374830/?format=api",
    "airdate": "2019-08-31T11:45:00-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bam Bam",
    "track_id": "b632c2e3-efaf-34e3-8778-fd95771f980f",
    "recording_id": null,
    "artist": "Chaka Demus",
    "artist_ids": [
        "af53fe4c-c4e9-4ce4-9a15-4e3bbbc821cb"
    ],
    "album": "All She Wrote",
    "release_id": "4845978e-ad30-496b-b741-cf29b51a5e8a",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bam Bam\" by Chaka Demus & Pliers sampled Chaka Demus & Pliers's Murder She Wrote.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}