Information about plays

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

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

{
    "id": 344286,
    "uri": "https://api.kexp.org/v2/plays/344286/?format=api",
    "airdate": "2019-06-21T08:22:00-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sinnerman",
    "track_id": null,
    "recording_id": null,
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Sinnerman",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Verve Music Group"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ms Simone recorded her definitive 10-minute-plus version of \"Sinnerman\" on her 1965 album 'Pastel Blues'. Simone learned the lyrics of this English song in her childhood when it was used at revival meetings by her mother, a Methodist minister, to help people confess their sins.\"Sinnerman\" was often used by her to wrap up her live shows. Track length: 10:20",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}