Information about plays

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

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

{
    "id": 381490,
    "uri": "https://api.kexp.org/v2/plays/381490/?format=api",
    "airdate": "2019-09-16T06:00:00-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drive",
    "track_id": "99ae6b0d-4b73-3bce-9101-debddf805289",
    "recording_id": null,
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "Drive",
    "release_id": "ae8402b8-47f3-4518-83ea-5daefa0f5815",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today we are starting off by honoring Ric Ocasek from The Cars. He famously said, \"I love walking down the street and seeing faces and drama and happiness and sadness and dirt and cleanliness.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}