Information about plays

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

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

{
    "id": 343257,
    "uri": "https://api.kexp.org/v2/plays/343257/?format=api",
    "airdate": "2019-06-19T01:56:06-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "http://coverartarchive.org/release/06a78a7e-23b1-42b1-a1ed-7e64a461e06a/23297866450-250.jpg",
    "thumbnail_uri": "",
    "song": "Genevieve (Unfinished)",
    "track_id": "f4c0ac50-32a3-4747-9cae-812c238baee8",
    "recording_id": null,
    "artist": "Jai Paul",
    "artist_ids": [
        "312183e0-64ff-48df-a9f4-0804ca23a7d3"
    ],
    "album": "Leak 04-13 (Bait Ones)",
    "release_id": "06a78a7e-23b1-42b1-a1ed-7e64a461e06a",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2019-06-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2013, an entire album of Jai Paul demos appeared on Bandcamp only to quickly be taken down, with a statement later announcing that he wasn’t behind the leak. But now, the enigmatic artist is back with two completely new songs and an official version of the 2013 leaked release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}