Information about plays

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

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

{
    "id": 2680978,
    "uri": "https://api.kexp.org/v2/plays/2680978/?format=api",
    "airdate": "2020-01-01T21:43:34-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sea Of Love / Ocean Of Hate",
    "track_id": "1e41a7eb-389e-4992-8ab0-7615e5453a59",
    "recording_id": null,
    "artist": "The Orange Kyte",
    "artist_ids": [
        "5934e608-8c34-4b32-be40-71d2a07ff5e1"
    ],
    "album": "Carousel",
    "release_id": "feeda787-524d-47cf-a09a-3aa22ba8d9a0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://theorangekyte.bandcamp.com/album/carousel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}