Information about plays

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

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

{
    "id": 2683219,
    "uri": "https://api.kexp.org/v2/plays/2683219/?format=api",
    "airdate": "2020-01-07T10:52:54-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca47729b-bf2a-4fee-8bf2-1823926d2d5f/5846183948-250.jpg",
    "thumbnail_uri": "",
    "song": "Poison Arrow",
    "track_id": "28478fa0-00ea-3cee-b7a5-9b818ef03921",
    "recording_id": null,
    "artist": "ABC",
    "artist_ids": [
        "87199477-b0df-4ead-84ee-9b54b4abfc3d"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 9",
    "release_id": "ca47729b-bf2a-4fee-8bf2-1823926d2d5f",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the music video, ABC's singer Martin Fry plays three parts: a haughty upper-class opera patron; a messenger boy at the opera; and a bandleader at a 1960s-style swinging nightspot. In all three roles, he unsuccessfully attempts to woo the leading lady, played by Lisa Vanderpump, later of The Real Housewives of Beverly Hills.: https://www.youtube.com/watch?v=a70yJwgQtzo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}