Information about plays

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

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

{
    "id": 378644,
    "uri": "https://api.kexp.org/v2/plays/378644/?format=api",
    "airdate": "2019-09-09T07:30:17-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/c95079cb-042e-4585-9097-bca4d166a82f/23925245874-250.jpg",
    "thumbnail_uri": "",
    "song": "Random Rules",
    "track_id": "8c1ac2ee-9267-4aa1-af45-fb9f6e023510",
    "recording_id": null,
    "artist": "First Aid Kit",
    "artist_ids": [
        "373faa02-74d7-4b1d-9b47-7574ad510f8d"
    ],
    "album": "Strange Beauty",
    "release_id": "c95079cb-042e-4585-9097-bca4d166a82f",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2019-08-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First Aid Kit pays tribute to the late David Berman with this cover of Silver Jews’ “Random Rules.” The Swedish folk duo also released an original song “Strange Beauty” in honor of Berman, who died by suicide at the age of 52 earlier this month. https://www.firstaidkitband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}