Information about plays

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

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

{
    "id": 351869,
    "uri": "https://api.kexp.org/v2/plays/351869/?format=api",
    "airdate": "2019-07-08T22:35:08-07:00",
    "show": 5864,
    "show_uri": "https://api.kexp.org/v2/shows/5864/?format=api",
    "image_uri": "http://coverartarchive.org/release/92c8684f-e596-4ec2-b114-f888a0293e64/23308429899-250.jpg",
    "thumbnail_uri": "",
    "song": "Two Babies in Michigan",
    "track_id": "14a5fe5b-b480-4fba-bef2-c46b214c0e87",
    "recording_id": null,
    "artist": "Fruit Bats",
    "artist_ids": [
        "e3f139c7-11bc-4803-82be-2bac85ca3c61"
    ],
    "album": "Gold Past Life",
    "release_id": "92c8684f-e596-4ec2-b114-f888a0293e64",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent interview with Eric Johnson of Fruit Bats https://www.kexp.org/read/2019/6/18/eric-d-johnson-fruit-bats-gold-past-life-and-his-friend-richard-swift/  and here they are live on KEXP: https://www.youtube.com/watch?v=2q6GghXSaZg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}