Information about plays

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

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

{
    "id": 372943,
    "uri": "https://api.kexp.org/v2/plays/372943/?format=api",
    "airdate": "2019-08-27T10:15:51-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Harder They Come",
    "track_id": "65e2d4b8-490f-3081-b122-8ad7e1ea47aa",
    "recording_id": null,
    "artist": "Jimmy Cliff",
    "artist_ids": [
        "2caa54a7-b08c-41da-b892-3a41abe778be"
    ],
    "album": "The Harder They Come",
    "release_id": "4bea3d69-7e2a-3cee-9e14-b7f7e625ab10",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read a NY Times essay about the revival of the film, \"The Harder They Come,\" and its infectious soundtrack: https://www.nytimes.com/2019/08/21/movies/the-harder-they-come-returns.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}