Information about plays

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

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

{
    "id": 344273,
    "uri": "https://api.kexp.org/v2/plays/344273/?format=api",
    "airdate": "2019-06-21T07:06:00-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tainted Love/Where Did Our Love Go",
    "track_id": "1895a60a-3a4a-4d05-94c4-4ea70a208ee1",
    "recording_id": null,
    "artist": "Soft Cell",
    "artist_ids": [
        "7fb50287-029d-47cc-825a-235ca28024b2"
    ],
    "album": "Tainted Love / Where Did Our Love Go?",
    "release_id": "69da8edb-17cd-40f0-a942-f304baa1956d",
    "release_group_id": null,
    "labels": [
        "Vertigo"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Tainted Love\" was originally recorded by Gloria Jones in 1964 and \"Where Did Our Love Go\" was originally recorded by The Supremes in, you guessed it, 1964!  Track length: 8:57",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}