Information about plays

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

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

{
    "id": 376467,
    "uri": "https://api.kexp.org/v2/plays/376467/?format=api",
    "airdate": "2019-09-04T09:29:00-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss Off",
    "track_id": "d0c8c06d-e5d4-4364-9255-757b224284b1",
    "recording_id": null,
    "artist": "Violent Femmes",
    "artist_ids": [
        "2aab61bc-67f4-4722-8c6e-e1821b2e32a6"
    ],
    "album": "Violent Femmes",
    "release_id": "cbc4104b-bb6f-458b-adf2-d7aae19682a3",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this amazing performance from Violent Femmes live in the KEXP gathering space! https://www.youtube.com/watch?v=ICixXOKmYbQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}