Information about plays

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

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

{
    "id": 346879,
    "uri": "https://api.kexp.org/v2/plays/346879/?format=api",
    "airdate": "2019-06-27T08:00:10-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/30048e7b-af13-4421-9616-02e81bed2612/15273149363-250.jpg",
    "thumbnail_uri": "",
    "song": "Bonita Applebum",
    "track_id": "efc916aa-26d2-40de-8b90-cc65a716dc30",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Beats & Rhymes: Hip-Hop of the 90's - Part I",
    "release_id": "30048e7b-af13-4421-9616-02e81bed2612",
    "release_group_id": null,
    "labels": [
        "Rhino Entertainment Company"
    ],
    "label_ids": [
        "6c87abe4-7be3-49a9-8aa7-83cb98edbba1"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second single released off the debut LP from A Tribe Called Quest titled <i>People's Instinctive Travels and the Paths of Rhythm</i>. The Fugee's would later feature a sample from this in their Roberta Flack cover of \"Killing Me Softly\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}