Information about plays

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

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

{
    "id": 376195,
    "uri": "https://api.kexp.org/v2/plays/376195/?format=api",
    "airdate": "2019-09-03T19:36:00-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Super Molam",
    "track_id": "81f7b6d4-4658-4018-90fe-7a328fc14445",
    "recording_id": null,
    "artist": "Sound Voyage",
    "artist_ids": [
        "d0c4d4e2-be3e-4375-b9a8-b2b242150b53"
    ],
    "album": "Golden Garuda / Super Molam",
    "release_id": "28bb8715-4aef-40a9-ac5a-0b0b05aeb565",
    "release_group_id": null,
    "labels": [
        "Free Soul Inc."
    ],
    "label_ids": [],
    "release_date": "2015-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}