Information about plays

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

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

{
    "id": 373425,
    "uri": "https://api.kexp.org/v2/plays/373425/?format=api",
    "airdate": "2019-08-28T07:54:22-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/1f535139-1a00-4da7-89cc-94cb50ceb44d/3886056504-250.jpg",
    "thumbnail_uri": "",
    "song": "Middle Distance Runner",
    "track_id": "465229fc-e530-36dc-afd0-8855bed7519b",
    "recording_id": null,
    "artist": "Sea Wolf",
    "artist_ids": [
        "81be1ffb-da44-4449-abdb-40d5b34192f9"
    ],
    "album": "Leaves in the River",
    "release_id": "1f535139-1a00-4da7-89cc-94cb50ceb44d",
    "release_group_id": null,
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2007-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sea Wolf is a Los Angeles-based band led by indie folk musician Alex Brown Church - http://www.seawolfmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}