Information about plays

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

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

{
    "id": 343364,
    "uri": "https://api.kexp.org/v2/plays/343364/?format=api",
    "airdate": "2019-06-19T08:00:00-07:00",
    "show": 5724,
    "show_uri": "https://api.kexp.org/v2/shows/5724/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Happy",
    "track_id": "69efbb00-b363-328a-9c02-1b54df4fd18a",
    "recording_id": null,
    "artist": "Ned’s Atomic Dustbin",
    "artist_ids": [
        "5ecee847-839a-4b9e-aae1-0e3b5dcea2ea"
    ],
    "album": "God Fodder",
    "release_id": "88fbc543-ea3c-4475-9b74-f088750843da",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1991-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ned's Atomic Dustbin took their name from an episode of the British comedy, The Goon Show, a major influence on Monty Python.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}