Information about plays

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

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

{
    "id": 2681918,
    "uri": "https://api.kexp.org/v2/plays/2681918/?format=api",
    "airdate": "2020-01-04T05:05:00-08:00",
    "show": 46287,
    "show_uri": "https://api.kexp.org/v2/shows/46287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Around My Way (Freedom Ain't Free)",
    "track_id": "e01d17f7-95b4-34af-af31-36360bf9568f",
    "recording_id": null,
    "artist": "Lupe Fiasco",
    "artist_ids": [],
    "album": "Food & Liquor II: The Great American Rap Album, Pt. 1",
    "release_id": "80cdc5f7-9e6b-4e5f-a90a-a8bff4ce7680",
    "release_group_id": null,
    "labels": [
        "1st & 15th Entertainment"
    ],
    "label_ids": [
        "8dfd9834-ebc4-422f-b822-1efdfbf31059"
    ],
    "release_date": "2012-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}