Information about plays

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

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

{
    "id": 2681724,
    "uri": "https://api.kexp.org/v2/plays/2681724/?format=api",
    "airdate": "2020-01-03T19:28:05-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No New Tale to Tell",
    "track_id": "1e6491d5-0f50-37c6-9dbf-eaa075679bae",
    "recording_id": null,
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Earth · Sun · Moon",
    "release_id": "282c39bb-aebb-4a13-a270-8e3fa8989761",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1987-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lyrics: \"You cannot go against nature. Because when you do... go against nature, that's part of nature too!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}