Information about plays

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

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

{
    "id": 2679102,
    "uri": "https://api.kexp.org/v2/plays/2679102/?format=api",
    "airdate": "2019-12-28T10:04:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Revelation Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Luciano",
    "artist_ids": [
        "b298ab55-7633-4015-a05c-0d333a8540e3"
    ],
    "album": "Revelation Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Charm"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A prolific recording artist, he has released and collaborated on over 40 albums to date. Luciano’s career highlights include: receiving the “Key to Kansas City” in 1999; in 2007 he had an Order of Distinction awarded to him for his outstanding services representing Jamaica in the field of entertainment.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}