Information about plays

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

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

{
    "id": 2678738,
    "uri": "https://api.kexp.org/v2/plays/2678738/?format=api",
    "airdate": "2019-12-27T10:01:01-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Groove Line",
    "track_id": "7f4e07af-09b3-3578-be8d-3dcfe9d58f31",
    "recording_id": null,
    "artist": "Heatwave",
    "artist_ids": [
        "ce809639-0e34-40c4-86c9-90a162cb3d46"
    ],
    "album": "Central Heating",
    "release_id": "7c522761-cfb8-313d-b498-f43a95ba9123",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1995-04-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heatwave was formed in Germany by American military serviceman brothers Johnnie and Keith Wilder. Their  British keyboardist and songwriter Rod Temperton later wrote some hits for Michael Jackson and some other soul superstars produced by Quincy Jones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}