Information about plays

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

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

{
    "id": 375778,
    "uri": "https://api.kexp.org/v2/plays/375778/?format=api",
    "airdate": "2019-09-02T23:13:16-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wanna Thank Ya",
    "track_id": "fff0e337-6bb7-320f-83bd-381b0ae1da6a",
    "recording_id": null,
    "artist": "Angie Stone",
    "artist_ids": [
        "82f8dd22-0319-4f35-953c-358b3f883027"
    ],
    "album": "Stone Love",
    "release_id": "26bba9a0-77a8-3cbb-b40c-4c2a5adc7886",
    "release_group_id": null,
    "labels": [
        "J Records"
    ],
    "label_ids": [],
    "release_date": "2004-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Member of the groups The Sequence, Mantronix, and Vertical Hold before continuing on with a solo career. She made her film debut in The Hot Chick.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}