Information about plays

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

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

{
    "id": 2680892,
    "uri": "https://api.kexp.org/v2/plays/2680892/?format=api",
    "airdate": "2020-01-01T16:53:59-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't You (Forget About Me)",
    "track_id": "10bbbde3-a386-4c85-8139-983ad7132c03",
    "recording_id": null,
    "artist": "Willis Earl Beal",
    "artist_ids": [
        "ceb097e2-1602-4f53-b01d-043e408fd42c"
    ],
    "album": "Don't You (Forget About Me)",
    "release_id": "9e75d502-36cf-4fed-85dd-3adb1f2b904b",
    "release_group_id": null,
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Willis Earl Beal is an artist and musician out of Chicago. \nThis is a cover of a song originally written,composed and performed by Simple Minds. It was made famous for being prominant on the Soundtrack for a film called 'The Breakfast Cub'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}