Information about plays

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

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

{
    "id": 355213,
    "uri": "https://api.kexp.org/v2/plays/355213/?format=api",
    "airdate": "2019-07-16T20:02:17-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Agolo",
    "track_id": "c9a88235-0f05-35bf-84e0-6413152481da",
    "recording_id": null,
    "artist": "Angélique Kidjo",
    "artist_ids": [
        "80fe34d0-6b4f-4ccd-81c3-281ab37f0451"
    ],
    "album": "Ayé",
    "release_id": "85dd67a5-2c3d-41bf-8f50-734ec1601eb7",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1994-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The wonderfully catchy \"Agolo\", a driving dance number whose lyrics tackled global environmental issues head on went on to become one of the most popular hits of Angélique Kidjo's career.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}