Information about plays

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

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

{
    "id": 382644,
    "uri": "https://api.kexp.org/v2/plays/382644/?format=api",
    "airdate": "2019-09-18T20:21:52-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She's Leaving the Bank",
    "track_id": "7bb37e46-9750-31a6-bf92-629b9d87d794",
    "recording_id": null,
    "artist": "Ry Cooder",
    "artist_ids": [
        "a4e2650b-938b-4b72-95bc-6e229cd34601"
    ],
    "album": "Paris, Texas: Original Motion Picture Soundtrack",
    "release_id": "4ef2780f-9fc1-33ff-80f6-4b4d65c4130a",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ry Cooder’s soundtrack to the 1984 Wim Wenders film starring Harry Dean Stanton ; https://www.theguardian.com/film/filmblog/2015/apr/27/my-favourite-cannes-winner-paris-texas ; http://rycooder.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}