Information about plays

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

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

{
    "id": 378202,
    "uri": "https://api.kexp.org/v2/plays/378202/?format=api",
    "airdate": "2019-09-08T04:11:32-07:00",
    "show": 6295,
    "show_uri": "https://api.kexp.org/v2/shows/6295/?format=api",
    "image_uri": "http://coverartarchive.org/release/b5bf07c8-5fbb-4a63-a017-176292eaf814/23595183558-250.jpg",
    "thumbnail_uri": "",
    "song": "Study of You",
    "track_id": "1cc5a389-6ce1-41b7-910f-3182bb2536d4",
    "recording_id": null,
    "artist": "Baltra",
    "artist_ids": [
        "38b71a79-51c6-4547-80c4-4bf0afe6cc4a"
    ],
    "album": "Ted",
    "release_id": "b5bf07c8-5fbb-4a63-a017-176292eaf814",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of New York City, Baltra's debut album is \"Ted.\" The record is named after his late father.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}