Information about plays

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

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

{
    "id": 355226,
    "uri": "https://api.kexp.org/v2/plays/355226/?format=api",
    "airdate": "2019-07-16T20:49:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sekota",
    "track_id": null,
    "recording_id": null,
    "artist": "Ethiocolor",
    "artist_ids": [],
    "album": "Ethiocolor",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Selam Sounds"
    ],
    "label_ids": [],
    "release_date": "2014-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this album three generations of musicians and singers have joined forces to explore some of the rich music traditions found throughout Ethiopia. The band combines the Azmari culture from the northern part of the country with diverse regional sounds. By using amplified versions of traditional instruments, the group is pioneering a new way of playing Azmari music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}