Information about plays

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

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

{
    "id": 2682799,
    "uri": "https://api.kexp.org/v2/plays/2682799/?format=api",
    "airdate": "2020-01-06T09:44:41-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/9701a5d6-0e0f-462b-b8bf-dc28c58c5c43/24803677661-250.jpg",
    "thumbnail_uri": "",
    "song": "Samaritans",
    "track_id": "71277ee7-32c8-4f2c-b548-cdad475a533e",
    "recording_id": null,
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "A Beautiful Thing: IDLES Live at Le Bataclan",
    "release_id": "9701a5d6-0e0f-462b-b8bf-dc28c58c5c43",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}