Information about plays

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

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

{
    "id": 356177,
    "uri": "https://api.kexp.org/v2/plays/356177/?format=api",
    "airdate": "2019-07-18T20:08:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Show Me the Stars",
    "track_id": "daaad065-1815-422f-90ba-88ed187015f4",
    "recording_id": null,
    "artist": "Lydia Ramsey",
    "artist_ids": [
        "d53e8273-6570-4d06-8342-163dd450c72b"
    ],
    "album": "Bandita",
    "release_id": "b65088b9-01ba-4b38-9214-e1be18c86d98",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-02-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}