Information about plays

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

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

{
    "id": 347070,
    "uri": "https://api.kexp.org/v2/plays/347070/?format=api",
    "airdate": "2019-06-27T17:02:42-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/3bac0f33-a076-4c61-bac9-b1e2150b4300/22979524612-250.jpg",
    "thumbnail_uri": "",
    "song": "Orange",
    "track_id": "95039fb1-3c6f-4778-945e-82060656f909",
    "recording_id": null,
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "U.F.O.F.",
    "release_id": "3bac0f33-a076-4c61-bac9-b1e2150b4300",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big Thief is an American indie rock band with folk roots based in Brooklyn, New York, United States. Its members are Adrianne Lenker (guitar, vocals), Buck Meek (guitar, backup vocals), Max Oleartchik (bass), and James Krivchenia (drums). They recorded their new album \"U.F.O.F.\" at Bear Creek in Woodinville, WA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}