Information about plays

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

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

{
    "id": 379708,
    "uri": "https://api.kexp.org/v2/plays/379708/?format=api",
    "airdate": "2019-09-11T21:53:16-07:00",
    "show": 6315,
    "show_uri": "https://api.kexp.org/v2/shows/6315/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do It Right",
    "track_id": null,
    "recording_id": null,
    "artist": "Maureen Tucker",
    "artist_ids": [],
    "album": "Life In Exile After Abdication",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "50,000,000,000,000,000,000,000,000,000,000 Watts Records"
    ],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Daniel Johnston and Jad Fair",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}