Information about plays

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

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

{
    "id": 2678786,
    "uri": "https://api.kexp.org/v2/plays/2678786/?format=api",
    "airdate": "2019-12-27T13:46:00-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love And Happiness",
    "track_id": null,
    "recording_id": null,
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Love and Happiness",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hi Records"
    ],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Green says \"I wouldn’t say it was a return to the old style soul of my early days, but I definitely pulled it from the same source of raw and gritty need. The result was like a slow fever, building on the beat, pushing up the temperature with each breath of the staccato horns and pushing through to delirium as we came up on the fade.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}