Information about plays

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

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

{
    "id": 2682030,
    "uri": "https://api.kexp.org/v2/plays/2682030/?format=api",
    "airdate": "2020-01-04T12:28:51-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "https://coverartarchive.org/release/88ab7a5c-fd27-421e-85f0-f107ed86a43f/21986047480-250.jpg",
    "thumbnail_uri": "",
    "song": "How Much a Dollar Cost",
    "track_id": "4da344ed-ddbe-4d9b-b6b0-acc5355d31ce",
    "recording_id": null,
    "artist": "Kendrick Lamar feat. James Fauntleroy & Ronald Isley",
    "artist_ids": [
        "ad8585b3-655e-4e6f-82a8-e10f89ec65f3"
    ],
    "album": "To Pimp a Butterfly",
    "release_id": "88ab7a5c-fd27-421e-85f0-f107ed86a43f",
    "release_group_id": null,
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "2015-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}