Information about plays

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

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

{
    "id": 350510,
    "uri": "https://api.kexp.org/v2/plays/350510/?format=api",
    "airdate": "2019-07-05T16:11:00-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Falling and Laughing",
    "track_id": "738e73f6-aa63-33a6-9f87-45e6c7ff9ce6",
    "recording_id": null,
    "artist": "Orange Juice",
    "artist_ids": [
        "e598d30e-4ce1-402e-94a7-6f44779da6b7"
    ],
    "album": "Falling and Laughing",
    "release_id": "fe4834af-9926-4785-b799-fc0d5915d997",
    "release_group_id": null,
    "labels": [
        "Postcard Records"
    ],
    "label_ids": [],
    "release_date": "1980-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Falling and Laughing\" is the debut single by Scottish post-punk band Orange Juice. It was the first single released by the independent rock label Postcard Records, owned by Alan Horne. \"Falling and Laughing\" marked a new shift of the post-punk sound in general, by using themes that were not normally used in the genre, such as love and innocence. It also had a brighter sound, contrasting with the music that their contemporaries, including Joy Division and Echo & the Bunnymen, were making at the time, while maintaining its roots in the experimentalism of the genre.  https://bit.ly/2XW5t13",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}