Information about plays

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

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

{
    "id": 350196,
    "uri": "https://api.kexp.org/v2/plays/350196/?format=api",
    "airdate": "2019-07-04T21:35:00-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inna Nature feat. Losso Keita",
    "track_id": null,
    "recording_id": null,
    "artist": "Marcus Gad",
    "artist_ids": [
        "ce2601bc-e169-45c4-8f58-5b6cde5410f7"
    ],
    "album": "Enter A Space",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Baco Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The magic of this EP comes from the fusional featuring between MARCUS GAD and TAMAL who created a unique symbiose with music and lyrics inspired by the Indian philosophy of Advaita Vedenta.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}