Information about plays

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

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

{
    "id": 381920,
    "uri": "https://api.kexp.org/v2/plays/381920/?format=api",
    "airdate": "2019-09-17T08:44:00-07:00",
    "show": 6358,
    "show_uri": "https://api.kexp.org/v2/shows/6358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Will Follow",
    "track_id": "6a810573-8885-4288-b8d7-e458f1326a30",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Boy",
    "release_id": "a2441d4d-87de-485d-9c84-b33b401bb974",
    "release_group_id": null,
    "labels": [
        "Universal Island Records"
    ],
    "label_ids": [],
    "release_date": "2008-07-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"'I Will Follow' came out of a screaming argument in the rehearsal room,\" Bono recalls in the book U2 by U2. \"I remember trying to make a sound I heard in my head, and taking Edge's guitar from him and hammering away. It was literally coming out of a kind of rage, the sound of a nail being hammered into your frontal lobe.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}