Information about plays

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

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

{
    "id": 382130,
    "uri": "https://api.kexp.org/v2/plays/382130/?format=api",
    "airdate": "2019-09-17T19:37:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Farmer",
    "track_id": null,
    "recording_id": null,
    "artist": "The Good Ones",
    "artist_ids": [
        "16b074b3-5efa-4f93-9b03-d3b53e525910"
    ],
    "album": "rawanda, You should be Loved",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Good Ones are a four-piece band from Rwanda. Lead singer Adrien Kazigira decided to form a group and went looking for \"the good ones\", the best musicians he could find. The three others he now plays with are a subsistence farmer like him, a driver and a teacher. See them LIVE September 23 with world producer Ian Brennan at Elliot Bay Book Company.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}