Information about plays

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

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

{
    "id": 2680578,
    "uri": "https://api.kexp.org/v2/plays/2680578/?format=api",
    "airdate": "2019-12-31T23:01:31-08:00",
    "show": 46267,
    "show_uri": "https://api.kexp.org/v2/shows/46267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yellow Pearl",
    "track_id": "5ea18951-c055-4da4-b006-4bfdeb76e842",
    "recording_id": null,
    "artist": "Phil Lynott",
    "artist_ids": [
        "6af15841-1d62-495a-8b52-74eb6d603c5f"
    ],
    "album": "Solo in Soho",
    "release_id": "bc9a5451-a4fc-40be-a431-ddd015f0815a",
    "release_group_id": null,
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1980-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "co-written by Midge Ure",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}