Information about plays

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

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

{
    "id": 2677103,
    "uri": "https://api.kexp.org/v2/plays/2677103/?format=api",
    "airdate": "2019-12-23T09:52:00-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daughter",
    "track_id": null,
    "recording_id": null,
    "artist": "Pearl Jam",
    "artist_ids": [
        "83b9cbe7-9857-49e2-ab8e-b57b01038103"
    ],
    "album": "Live at the Gorge",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Eddie Vedder! Born in Illinois he moved to Seattle to after auditioning for Temple of the Dog. He went on to front Rock and Roll Hall of Fame band Peal Jam.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}