Information about plays

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

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

{
    "id": 2678810,
    "uri": "https://api.kexp.org/v2/plays/2678810/?format=api",
    "airdate": "2019-12-27T15:31:00-08:00",
    "show": 46235,
    "show_uri": "https://api.kexp.org/v2/shows/46235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strict Machine",
    "track_id": "87380b1b-f211-32a7-9f74-08a65c583fe1",
    "recording_id": null,
    "artist": "Goldfrapp",
    "artist_ids": [
        "7b885d42-3c41-4f43-9944-a5855ec5155e"
    ],
    "album": "Black Cherry",
    "release_id": "39f36b35-44fd-34de-928e-b0a84384b8ac",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [],
    "release_date": "2003-04-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goldfrapp was inspired to write this song after reading about experiments where scientists stimulated lab rats' brains so that the rats would feel joy when following commands.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}