Information about plays

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

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

{
    "id": 2674924,
    "uri": "https://api.kexp.org/v2/plays/2674924/?format=api",
    "airdate": "2019-12-18T14:00:04.629000-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://ia801407.us.archive.org/8/items/mbid-64990800-4e35-4dea-b187-dc8f6963044f/mbid-64990800-4e35-4dea-b187-dc8f6963044f-24860374789_thumb250.jpg",
    "song": "Shibuya",
    "track_id": "b6d44da5-9146-452f-a839-828a2cfd72b5",
    "recording_id": null,
    "artist": "Free Nationals feat. Syd",
    "artist_ids": [
        "a536dd07-131b-48ef-ab47-141b752ba082",
        "7d3d6c65-e053-4657-8705-0ca61bc012ad"
    ],
    "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": "Brand new music & album from Anderson.Paak's live band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}