Information about plays

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

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

{
    "id": 2679119,
    "uri": "https://api.kexp.org/v2/plays/2679119/?format=api",
    "airdate": "2019-12-28T11:01:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leggo Ego",
    "track_id": null,
    "recording_id": null,
    "artist": "Marcus Gad",
    "artist_ids": [
        "ce2601bc-e169-45c4-8f58-5b6cde5410f7"
    ],
    "album": "Leggo Ego",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lustre Kings Productions"
    ],
    "label_ids": [],
    "release_date": "2019-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Leggo Your Ego\" is the fruit of collaboration between New Caledonian Reggae singer Marcus Gad and the American production team Zion I Kings. A heavy and deeply rooted piece on introspection and the importance of getting back to basics, getting rid of the superfluous in order to better live and understand the human being in its complexity.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}