Information about plays

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

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

{
    "id": 344154,
    "uri": "https://api.kexp.org/v2/plays/344154/?format=api",
    "airdate": "2019-06-20T22:44:46-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?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": "It’s a little more chill than previous songs we’ve heard from Mayer Hawthorne and Jake One but it’s right up our R&B valley. The funk is back and Benny Sings adds a good appearance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}