Information about plays

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

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

{
    "id": 348805,
    "uri": "https://api.kexp.org/v2/plays/348805/?format=api",
    "airdate": "2019-07-01T22:57:00-07:00",
    "show": 5814,
    "show_uri": "https://api.kexp.org/v2/shows/5814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boom",
    "track_id": "4acccca9-975e-3454-a0c3-ad3d1efa5241",
    "recording_id": null,
    "artist": "Georgia Anne Muldrow",
    "artist_ids": [
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1"
    ],
    "album": "Olesi: Fragments of an Earth",
    "release_id": "5c2f9892-f31e-46b5-bff2-d2c154b8d7b3",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2006-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}