Information about plays

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

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

{
    "id": 2670712,
    "uri": "https://api.kexp.org/v2/plays/2670712/?format=api",
    "airdate": "2019-12-08T19:11:00-08:00",
    "show": 46105,
    "show_uri": "https://api.kexp.org/v2/shows/46105/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hangin' On a String (12\" Extended Dance Mix)",
    "track_id": "633027f1-d1f8-4425-b334-2850a8a5615d",
    "recording_id": null,
    "artist": "Loose Ends",
    "artist_ids": [
        "e0fe4ee3-6ce4-4b63-8854-049c78584fc8"
    ],
    "album": "Hangin' On a String",
    "release_id": "24a114e8-36ce-4385-97fd-c077da9b2452",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}