Information about plays

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

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

{
    "id": 378074,
    "uri": "https://api.kexp.org/v2/plays/378074/?format=api",
    "airdate": "2019-09-07T20:57:30-07:00",
    "show": 6291,
    "show_uri": "https://api.kexp.org/v2/shows/6291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mating Call",
    "track_id": "1c01c361-c7c5-4fe7-a124-72e60eb5e896",
    "recording_id": null,
    "artist": "NighTraiN",
    "artist_ids": [
        "83aafb06-d303-462e-bdea-2d3f66c4778f"
    ],
    "album": "Mating Call",
    "release_id": "aca16813-94e2-4bf2-b666-187fd11f05c8",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}