Information about plays

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

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

{
    "id": 343397,
    "uri": "https://api.kexp.org/v2/plays/343397/?format=api",
    "airdate": "2019-06-19T09:30:34-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "http://coverartarchive.org/release/4437da19-4332-41dc-b59e-60cb8ab4a682/8665908485-250.jpg",
    "thumbnail_uri": "",
    "song": "Stay Up Late",
    "track_id": "bb993768-d485-49fd-99ef-e09a91567758",
    "recording_id": null,
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Little Creatures",
    "release_id": "4437da19-4332-41dc-b59e-60cb8ab4a682",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is for all those parents who have stayed up late with those little babies. Here's the video: https://www.youtube.com/watch?v=imWnuirIL8o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}