Information about plays

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

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

{
    "id": 344066,
    "uri": "https://api.kexp.org/v2/plays/344066/?format=api",
    "airdate": "2019-06-20T18:19:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Would You Catch a Falling Star",
    "track_id": "bf6e6f6f-4e9e-367c-9aca-75045c3a0b74",
    "recording_id": null,
    "artist": "John Anderson",
    "artist_ids": [
        "21bffe8e-4e04-47f6-b1aa-7ede4b14cc4e"
    ],
    "album": "I Just Came Home to Count the Memories",
    "release_id": "a5b5ff9d-a260-490d-9077-2044ada10ff2",
    "release_group_id": null,
    "labels": [
        "Warner Bros."
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1981, written by Bobby Braddock",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}