Information about plays

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

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

{
    "id": 2683200,
    "uri": "https://api.kexp.org/v2/plays/2683200/?format=api",
    "airdate": "2020-01-07T09:42:00-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back to Life (However Do You Want Me)",
    "track_id": "42e36f2e-398a-3bbe-8d9f-d9dc004c4f72",
    "recording_id": null,
    "artist": "Soul II Soul",
    "artist_ids": [
        "9350241a-d698-4489-92bf-41794f383ff3"
    ],
    "album": "Club Classics, Volume One",
    "release_id": "76d3758c-1882-404a-8708-000cd2cb704d",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [],
    "release_date": "1989-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The beat is based on the 1987 Eric B. & Rakim song \"Paid In Full.\" Soul II Soul used it on this and their previous hit, \"Keep On Movin'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}