Information about plays

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

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

{
    "id": 373688,
    "uri": "https://api.kexp.org/v2/plays/373688/?format=api",
    "airdate": "2019-08-28T20:54:08-07:00",
    "show": 6221,
    "show_uri": "https://api.kexp.org/v2/shows/6221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'd Like to Teach the World to Sing (In Perfect Harmony)",
    "track_id": null,
    "recording_id": null,
    "artist": "New Seekers",
    "artist_ids": [],
    "album": "We'd Like to Teach the World to Sing",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing the song on the Mike Douglas Show in 1973:\nhttps://www.youtube.com/watch?v=nCXSBLwtAII ; originated as the famous 1971\nCoca-Cola TV ad, sung by The Hillside Singers (they also recorded a subsequent\nfull-length version of the song, leaving off all references to Coke)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}