Information about plays

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

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

{
    "id": 2683242,
    "uri": "https://api.kexp.org/v2/plays/2683242/?format=api",
    "airdate": "2020-01-07T12:10:23.762000-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "https://ia801401.us.archive.org/30/items/mbid-79158db6-52e7-4147-bbe0-40e6eafaf875/mbid-79158db6-52e7-4147-bbe0-40e6eafaf875-24856025617.jpg",
    "thumbnail_uri": "https://ia601401.us.archive.org/30/items/mbid-79158db6-52e7-4147-bbe0-40e6eafaf875/mbid-79158db6-52e7-4147-bbe0-40e6eafaf875-24856025617_thumb250.jpg",
    "song": "In the Afternoon",
    "track_id": "407b546e-c7f1-4095-a6ce-7f59d8f174ab",
    "recording_id": null,
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "In the Afternoon",
    "release_id": "79158db6-52e7-4147-bbe0-40e6eafaf875",
    "release_group_id": "7b5f2d9e-de2a-4adf-89ef-ab4cb059e0f3",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-12-11",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The official single of \"In the Afternoon\" arrived last December with a music video that resembles classic MTV-era clips, with television watermarks and creepy stock footage projected onto band members Andrew VanWyngarden and Ben Goldwasser’s faces. MGMT self-directed the clip.: https://www.youtube.com/watch?v=ABtQrFn7zQs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}