Information about plays

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

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

{
    "id": 380134,
    "uri": "https://api.kexp.org/v2/plays/380134/?format=api",
    "airdate": "2019-09-12T20:29:00-07:00",
    "show": 6325,
    "show_uri": "https://api.kexp.org/v2/shows/6325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stoned",
    "track_id": "6f7ff521-88ec-345d-828a-ef88e8c8dbe5",
    "recording_id": null,
    "artist": "Old 97’s",
    "artist_ids": [
        "8dd216da-6db2-4130-9a7c-ece756d1394d"
    ],
    "album": "Hitchhike to Rhome",
    "release_id": "25465697-fd17-4504-8be3-1491eda1f197",
    "release_group_id": null,
    "labels": [
        "Big Iron Records"
    ],
    "label_ids": [
        "f31ee3eb-a63c-4b57-b72c-24bd439e9ce7"
    ],
    "release_date": "1994-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}