Information about plays

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

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

{
    "id": 349150,
    "uri": "https://api.kexp.org/v2/plays/349150/?format=api",
    "airdate": "2019-07-02T17:16:26-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "http://coverartarchive.org/release/438c00aa-5e25-420f-b4e9-992b933885fe/18909014795-250.jpg",
    "thumbnail_uri": "",
    "song": "Ladies First (feat. Monie Love)",
    "track_id": "92b44869-ff33-354c-b06b-6781e8eff5b1",
    "recording_id": null,
    "artist": "Queen Latifah",
    "artist_ids": [
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": "Fly Girls! - B-Boys Beware: Revenge of the Super Female Rappers!",
    "release_id": "438c00aa-5e25-420f-b4e9-992b933885fe",
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2008-01-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Monie Love, born on this day in 1970. Born in London, Love is a rapper and radio personality. She is a well-respected figure in British hip hop, and made an impact with American hip-hop audiences as a protégé of Queen Latifah, as well as through her membership in the late-1980s/early-1990s hip-hop group Native Tongues. Love was one of the first British hip hop artists to be signed and distributed worldwide by a major record label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}