Information about plays

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

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

{
    "id": 2679670,
    "uri": "https://api.kexp.org/v2/plays/2679670/?format=api",
    "airdate": "2019-12-29T18:19:00-08:00",
    "show": 46252,
    "show_uri": "https://api.kexp.org/v2/shows/46252/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La La",
    "track_id": "8211ae0b-89b6-4c2d-90cc-7b15d45a119f",
    "recording_id": null,
    "artist": "Lucy Pearl",
    "artist_ids": [],
    "album": "Lucy Pearl",
    "release_id": "c8afe3bb-88b6-4d9a-8798-9c17eb3797ac",
    "release_group_id": null,
    "labels": [
        "Pookie Entertainment"
    ],
    "label_ids": [
        "420d1907-eb14-4968-b546-2139cb2a8bd5"
    ],
    "release_date": "2000-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}