Information about plays

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

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

{
    "id": 2670845,
    "uri": "https://api.kexp.org/v2/plays/2670845/?format=api",
    "airdate": "2019-12-09T04:46:25-08:00",
    "show": 46108,
    "show_uri": "https://api.kexp.org/v2/shows/46108/?format=api",
    "image_uri": "https://coverartarchive.org/release/85e1335a-07ca-4bc1-ba52-99ffe406f7be/24032922261-250.jpg",
    "thumbnail_uri": "",
    "song": "Honeysuckle",
    "track_id": "c92a059d-7393-468a-adcf-167d3362f3fc",
    "recording_id": null,
    "artist": "Pom Pom Squad",
    "artist_ids": [
        "4c33904b-1c93-4f63-bb23-69d3544eaf77"
    ],
    "album": "Ow",
    "release_id": "85e1335a-07ca-4bc1-ba52-99ffe406f7be",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-06",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}