Information about plays

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

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

{
    "id": 346086,
    "uri": "https://api.kexp.org/v2/plays/346086/?format=api",
    "airdate": "2019-06-25T18:14:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Emta Njawzak Yamma",
    "track_id": null,
    "recording_id": null,
    "artist": "Dam",
    "artist_ids": [
        "eff9602c-8327-4a64-a503-9bb52bc09914"
    ],
    "album": "Ben Hanna Wa Maana",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [],
    "release_date": "2019-06-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Palestinian hiphop outfit DAM with their third album Ben Haana Wa Maana on Cooking Vinyl out NOW. \nThey formed in 1999 in the Palestinian area of Lod in Israel, and released their first single “Meen Erhabi?” (“Who's The Terrorist?”) in 2001. Their influences have spanned from Tupac Shakur and Public Enemy in the early 2000s to hiphop's Kendrick Lamar today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}