Information about plays

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

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

{
    "id": 344166,
    "uri": "https://api.kexp.org/v2/plays/344166/?format=api",
    "airdate": "2019-06-20T23:20:09-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Vibrations",
    "track_id": "3dad0008-b337-3030-be0e-1be85cb88426",
    "recording_id": null,
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "The Smile Sessions",
    "release_id": "1bc13541-1212-40ea-85e6-1633a56e88f1",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2011-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brian Wilson of the Beach Boys celebrates his 77th birthday today. Born on this day in 1942.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}