Information about plays

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

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

{
    "id": 2683241,
    "uri": "https://api.kexp.org/v2/plays/2683241/?format=api",
    "airdate": "2020-01-07T12:05:51.102000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia801002.us.archive.org/2/items/mbid-a43d62c7-5dea-447f-a838-6758e3fb03f0/mbid-a43d62c7-5dea-447f-a838-6758e3fb03f0-24475461043.jpg",
    "thumbnail_uri": "https://ia801002.us.archive.org/2/items/mbid-a43d62c7-5dea-447f-a838-6758e3fb03f0/mbid-a43d62c7-5dea-447f-a838-6758e3fb03f0-24475461043_thumb250.jpg",
    "song": "It Might Be Time",
    "track_id": "4d176dfe-10b4-47a3-8cd7-43c051a72965",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "It Might Be Time",
    "release_id": "a43d62c7-5dea-447f-a838-6758e3fb03f0",
    "release_group_id": "45b28344-c0b4-44b4-9016-637861efc94f",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-28",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tame Impala will perform at The Gorge on Friday, August 7th, 2020.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}