Information about plays

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

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

{
    "id": 382142,
    "uri": "https://api.kexp.org/v2/plays/382142/?format=api",
    "airdate": "2019-09-17T20:15:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Damma - Gervė",
    "track_id": "78afeccc-fde3-4d67-b3f6-9b89deccb5f0",
    "recording_id": null,
    "artist": "Solo Cissokho",
    "artist_ids": [
        "455ba56b-1b38-461b-b907-9058211f0ddc"
    ],
    "album": "Solo & Indré",
    "release_id": "4a8b9efc-479a-447f-845f-04b1640d5e3b",
    "release_group_id": null,
    "labels": [
        "One Root Music"
    ],
    "label_ids": [],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Solo was born into a Malian gringot family, and learned how to play the kora at age seven. He recently passed away after a long illness.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}