Information about plays

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

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

{
    "id": 2681307,
    "uri": "https://api.kexp.org/v2/plays/2681307/?format=api",
    "airdate": "2020-01-02T18:14:00-08:00",
    "show": 46279,
    "show_uri": "https://api.kexp.org/v2/shows/46279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Don't You Haul Off and Love Me",
    "track_id": "a372923c-67f1-44d3-b53c-efc662dae85b",
    "recording_id": null,
    "artist": "Wayne Raney",
    "artist_ids": [
        "be79b7be-151c-4247-a05e-2b84bdc20467"
    ],
    "album": "Songs of the Hills",
    "release_id": "cc2bc70b-81c4-4a0b-b714-3eea4baf9411",
    "release_group_id": null,
    "labels": [
        "King Records"
    ],
    "label_ids": [],
    "release_date": "1958-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}