Information about plays

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

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

{
    "id": 344739,
    "uri": "https://api.kexp.org/v2/plays/344739/?format=api",
    "airdate": "2019-06-22T13:55:58-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/ccef011d-a649-45bc-afcb-1e625a368272/23105044265-250.jpg",
    "thumbnail_uri": "",
    "song": "ZORA",
    "track_id": "24ea3623-6d04-46ac-a74b-edc51d50bbc3",
    "recording_id": null,
    "artist": "Jamila Woods",
    "artist_ids": [
        "a357b4fb-b0ca-4b4e-9b6b-2030bb2ce2d6"
    ],
    "album": "ZORA",
    "release_id": "ccef011d-a649-45bc-afcb-1e625a368272",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-02-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago-based American singer, songwriter and poet Jamila woods singing works from her newest album 'Legacy! Legacy!' like \"Zora\" and many more. Ms. Woods will be performing at the sold out show at the Crocodile this Wednesday, June 26th at 7pm.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}