Information about plays

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

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

{
    "id": 2676194,
    "uri": "https://api.kexp.org/v2/plays/2676194/?format=api",
    "airdate": "2019-12-21T02:39:00-08:00",
    "show": 46190,
    "show_uri": "https://api.kexp.org/v2/shows/46190/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As",
    "track_id": "7dee2719-174e-4163-826a-a2782ae0841b",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Songs in the Key of Life",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "1976-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}