Information about plays

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

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

{
    "id": 344146,
    "uri": "https://api.kexp.org/v2/plays/344146/?format=api",
    "airdate": "2019-06-20T22:23:00-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "By the Time It Gets Dark",
    "track_id": "99ea6a30-dfd1-37a0-8988-3432f35403bc",
    "recording_id": null,
    "artist": "Sandy Denny",
    "artist_ids": [
        "08d86aab-8e58-4d9f-90e4-cfc3d2f0b867"
    ],
    "album": "Who Knows Where the Time Goes?",
    "release_id": "57d94add-f702-4704-87ec-d943926dcd41",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [],
    "release_date": "1991-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sandy Denny, was an English singer songwriter who was lead singer of the British folk rock band Fairport Convention. She has been described as \"the pre-eminent British folk rock singer\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}