Information about plays

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

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

{
    "id": 2681543,
    "uri": "https://api.kexp.org/v2/plays/2681543/?format=api",
    "airdate": "2020-01-03T07:29:00-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feeling Good",
    "track_id": "5000f627-2a35-3f64-8f5d-71cc3eef281d",
    "recording_id": null,
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "I Put a Spell on You",
    "release_id": "56fecf75-697b-30a9-99db-979651401e61",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although Nina Simone made this song her own, it  was written by English composers Anthony Newley and Leslie Bricusse for the musical \"The Roar of the Greasepaint – The Smell of the Crowd.\"  It was first performed on stage in 1964. Simone recorded it for her 1965 album \"I Put a Spell on You.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}