Information about plays

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

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

{
    "id": 374580,
    "uri": "https://api.kexp.org/v2/plays/374580/?format=api",
    "airdate": "2019-08-30T18:25:00-07:00",
    "show": 6232,
    "show_uri": "https://api.kexp.org/v2/shows/6232/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Looks Like Love",
    "track_id": "06834a60-c728-382b-a8e9-642832e5c873",
    "recording_id": null,
    "artist": "Goody Goody",
    "artist_ids": [
        "d4093b45-46a8-4df0-a747-696b6b0252ef"
    ],
    "album": "Goody Goody",
    "release_id": "35e3bab0-e2eb-48a2-b2c0-99672eb15fcb",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}