Information about plays

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

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

{
    "id": 356337,
    "uri": "https://api.kexp.org/v2/plays/356337/?format=api",
    "airdate": "2019-07-19T05:26:29-07:00",
    "show": 5936,
    "show_uri": "https://api.kexp.org/v2/shows/5936/?format=api",
    "image_uri": "http://coverartarchive.org/release/34aa1bf3-ff41-450c-9c99-1f006ba8e5c2/19420781709-250.jpg",
    "thumbnail_uri": "",
    "song": "L’Appel du vide",
    "track_id": "169f6866-96d1-4ec9-a998-27120b460493",
    "recording_id": null,
    "artist": "ACTORS",
    "artist_ids": [
        "230f2c85-8b1c-4e88-ab5d-0d015a4bbe16"
    ],
    "album": "It Will Come to You",
    "release_id": "34aa1bf3-ff41-450c-9c99-1f006ba8e5c2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}