Information about plays

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

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

{
    "id": 2675125,
    "uri": "https://api.kexp.org/v2/plays/2675125/?format=api",
    "airdate": "2019-12-18T23:56:00-08:00",
    "show": 46178,
    "show_uri": "https://api.kexp.org/v2/shows/46178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not the End of the World",
    "track_id": "4e3df523-f20e-4b6c-8d03-217b1a53880f",
    "recording_id": null,
    "artist": "Howe Gelb",
    "artist_ids": [],
    "album": "Gathered",
    "release_id": "beb82336-bb55-4ada-a4c1-6e36b4477326",
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2019-03-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring the late Hanne Karin Bayer (Anna Karin), Danish-French film actress, director, writer, and singer who passed the other day at the age of 79.   https://www.nytimes.com/2019/12/15/movies/anna-karina-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}