Information about plays

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

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

{
    "id": 383122,
    "uri": "https://api.kexp.org/v2/plays/383122/?format=api",
    "airdate": "2019-09-19T20:20:00-07:00",
    "show": 6373,
    "show_uri": "https://api.kexp.org/v2/shows/6373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What You Gonna Do Now",
    "track_id": "2c591015-e04d-4827-ba2c-b56aa3906549",
    "recording_id": null,
    "artist": "Rodney Crowell",
    "artist_ids": [
        "a201fa9d-5896-423d-b629-327228c62a7c"
    ],
    "album": "Texas",
    "release_id": "c1c2cef4-5fbc-4f4b-8b19-b284d14e0396",
    "release_group_id": null,
    "labels": [
        "RC1"
    ],
    "label_ids": [],
    "release_date": "2019-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "with Lyle Lovett",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}