Information about plays

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

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

{
    "id": 378884,
    "uri": "https://api.kexp.org/v2/plays/378884/?format=api",
    "airdate": "2019-09-09T21:33:00-07:00",
    "show": 6308,
    "show_uri": "https://api.kexp.org/v2/shows/6308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Power of Love (Sampla-Delic remix)",
    "track_id": "071b1f18-e361-3af9-9bd3-36905c81f509",
    "recording_id": null,
    "artist": "Deee‐Lite",
    "artist_ids": [
        "83d401e8-3322-4491-98d3-ec3a567c5047"
    ],
    "album": "Power of Love",
    "release_id": "93b22488-b684-4d1a-808e-d112fb0c21d0",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}