Information about plays

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

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

{
    "id": 2682782,
    "uri": "https://api.kexp.org/v2/plays/2682782/?format=api",
    "airdate": "2020-01-06T08:52:07-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waterfront",
    "track_id": "be1979cd-eb3a-32fe-a947-5f03e02af970",
    "recording_id": null,
    "artist": "Simple Minds",
    "artist_ids": [
        "f41490ce-fe39-435d-86c0-ab5ce098b423"
    ],
    "album": "Sparkle in the Rain",
    "release_id": "5d5c8f9a-016e-35ca-aa9c-8f5ef239d416",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1984-01-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day, um, cough, 36-years ago. That's unpossible.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}