Information about plays

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

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

{
    "id": 2677649,
    "uri": "https://api.kexp.org/v2/plays/2677649/?format=api",
    "airdate": "2019-12-24T19:25:00-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yamona",
    "track_id": null,
    "recording_id": null,
    "artist": "Pat Thomas",
    "artist_ids": [
        "326da8c0-3633-4d2d-99ef-09824863a86f"
    ],
    "album": "Obiaa!",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Strut Records"
    ],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kumasi, Ghana. Strut release ‘Obiaa! released in 2019. The album, produced by Kwame Yeboah and Ben Abarbanel Wolff at Lovelite Studio’s analogue HQ in Berlin, is a deep and soulful journey into the heart of Ghana's indigenous highlife music celebrating the timeless and iconic voice of Pat Thomas, the 72 year-old “Golden Voice of Africa”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}