Information about plays

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

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

{
    "id": 353528,
    "uri": "https://api.kexp.org/v2/plays/353528/?format=api",
    "airdate": "2019-07-12T16:00:28-07:00",
    "show": 5889,
    "show_uri": "https://api.kexp.org/v2/shows/5889/?format=api",
    "image_uri": "http://coverartarchive.org/release/470e335e-e7b8-4b97-a694-b381bfd51e97/21822651645-250.jpg",
    "thumbnail_uri": "",
    "song": "Motion Sickness",
    "track_id": "35816a59-858e-4a12-b4f6-9715b229a47e",
    "recording_id": null,
    "artist": "Phoebe Bridgers",
    "artist_ids": [
        "96855c21-b832-4366-ba12-0d2330c36a86"
    ],
    "album": "Stranger in the Alps",
    "release_id": "470e335e-e7b8-4b97-a694-b381bfd51e97",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Live on KEXP: https://www.youtube.com/watch?v=GSZFJ2_j81w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}