Information about plays

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

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

{
    "id": 2682773,
    "uri": "https://api.kexp.org/v2/plays/2682773/?format=api",
    "airdate": "2020-01-06T08:23:59-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please Mr. Brown (Pontus Winnberg of Miike Snow remix)",
    "track_id": "15762d47-4d9a-48e4-98ae-13b93169bb9f",
    "recording_id": null,
    "artist": "Sarah Vaughan",
    "artist_ids": [
        "351d8bdf-33a1-45e2-8c04-c85fad20da55"
    ],
    "album": "Verve Remixed: The First Ladies",
    "release_id": "ed9f154b-9c1e-404f-8a9b-ba94825bdb07",
    "release_group_id": null,
    "labels": [
        "Verve Music Group"
    ],
    "label_ids": [
        "4fb00dfd-7674-44c0-bf67-79daf8c61767"
    ],
    "release_date": "2013-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}