Information about plays

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

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

{
    "id": 379889,
    "uri": "https://api.kexp.org/v2/plays/379889/?format=api",
    "airdate": "2019-09-12T06:38:00-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speeding Motorcycle!",
    "track_id": "5ed6eafd-79cd-4be7-b355-fff79044a6fe",
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "Speeding Motorcycle!",
    "release_id": "10e19d70-556e-4b44-a4af-a88861943e14",
    "release_group_id": null,
    "labels": [
        "Singles Only Label"
    ],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was recorded live with Yo La Tengo in 1990. Here's an incredible article detailing Daniel's life: https://bit.ly/2m739CP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}