Information about plays

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

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

{
    "id": 371566,
    "uri": "https://api.kexp.org/v2/plays/371566/?format=api",
    "airdate": "2019-08-24T01:33:48-07:00",
    "show": 6188,
    "show_uri": "https://api.kexp.org/v2/shows/6188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ibtihaj (feat. D'Angelo & GZA)",
    "track_id": null,
    "recording_id": null,
    "artist": "Rapsody",
    "artist_ids": [],
    "album": "Eve",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Roc Nation"
    ],
    "label_ids": [
        "7204e52a-64c8-4a48-9bca-079359ee9d3f"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New record from Rapsody out August 23rd! (Ibtihaj is \"an ode to fencer Ibtihaj Muhammad, the first American to wear a hijab while competing for the United States at the Olympics\" and samples GZA's 1995 cut Liquid Swords) - https://youtu.be/jhMk_wLm07E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}