Information about plays

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

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

{
    "id": 2674914,
    "uri": "https://api.kexp.org/v2/plays/2674914/?format=api",
    "airdate": "2019-12-18T13:38:54.238000-08:00",
    "show": 46173,
    "show_uri": "https://api.kexp.org/v2/shows/46173/?format=api",
    "image_uri": "https://ia801407.us.archive.org/8/items/mbid-64990800-4e35-4dea-b187-dc8f6963044f/mbid-64990800-4e35-4dea-b187-dc8f6963044f-24860374789.jpg",
    "thumbnail_uri": "https://ia601407.us.archive.org/8/items/mbid-64990800-4e35-4dea-b187-dc8f6963044f/mbid-64990800-4e35-4dea-b187-dc8f6963044f-24860374789_thumb250.jpg",
    "song": "Gidget",
    "track_id": "31bf9279-a98e-42a5-be3a-ff2e50bcf484",
    "recording_id": null,
    "artist": "Free Nationals feat. Anderson .Paak",
    "artist_ids": [
        "a536dd07-131b-48ef-ab47-141b752ba082",
        "d02dd67e-f655-4600-bc47-f789f59e7367"
    ],
    "album": "Free Nationals",
    "release_id": "64990800-4e35-4dea-b187-dc8f6963044f",
    "release_group_id": "c0b2f399-6cc8-4fd5-baae-b0a0fce716a7",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anderson .Paak’s live band the Free Nationals just released their debut album on December 13th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}