Information about plays

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

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

{
    "id": 378475,
    "uri": "https://api.kexp.org/v2/plays/378475/?format=api",
    "airdate": "2019-09-08T20:26:00-07:00",
    "show": 6300,
    "show_uri": "https://api.kexp.org/v2/shows/6300/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space",
    "track_id": "90f9bb66-7721-3328-b3d5-f26089118616",
    "recording_id": null,
    "artist": "Galt MacDermot",
    "artist_ids": [
        "479e16b4-2b26-40d1-ba65-9ce5ea8ae6a6"
    ],
    "album": "Woman Is Sweeter",
    "release_id": "3eda9699-77f4-40d0-9e4b-05bfd47746ee",
    "release_group_id": null,
    "labels": [
        "Kilmarnock"
    ],
    "label_ids": [
        "0ce9ff29-92bc-487d-8afa-a377770303a6"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}