Information about plays

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

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

{
    "id": 347187,
    "uri": "https://api.kexp.org/v2/plays/347187/?format=api",
    "airdate": "2019-06-27T22:36:51-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toast 2 Us",
    "track_id": "58e31d92-de52-4c33-ad93-b6bb365beaa2",
    "recording_id": null,
    "artist": "Tuxedo feat. Benny Sings",
    "artist_ids": [
        "cdaf7932-ab05-4f71-8721-104da6e6b8d0"
    ],
    "album": "Tuxedo III",
    "release_id": "f57b1c94-231b-4302-a73d-7d6c4d389942",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mayer Hawthorne and Jake One have confirmed that the upcoming season will be good and funky as well. Joining forces as Tuxedo, the creative partners are planning to drop their junior album, appropriately titled Tuxedo III, on July 19th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}