Information about plays

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

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

{
    "id": 348559,
    "uri": "https://api.kexp.org/v2/plays/348559/?format=api",
    "airdate": "2019-07-01T08:28:11-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/438c00aa-5e25-420f-b4e9-992b933885fe/18909014795-250.jpg",
    "thumbnail_uri": "",
    "song": "The Rain (Supa Dupa Fly)",
    "track_id": "5c79929d-742a-312c-bec2-01cbacd9c606",
    "recording_id": null,
    "artist": "Missy Elliott",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "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": "It's Missy Elliott's birthday today!! She was born on this day 1971 🎂🎊 ALSO, she recently became the first female rapper to be inducted into the Songwriters Hall of Fame.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}