Information about plays

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

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

{
    "id": 366096,
    "uri": "https://api.kexp.org/v2/plays/366096/?format=api",
    "airdate": "2019-08-11T18:27:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crush on a Earthling",
    "track_id": "358caf3d-ec2e-47a3-a39c-fc5fe2f95b10",
    "recording_id": null,
    "artist": "Ras G",
    "artist_ids": [
        "53218007-07c1-4634-a4ad-57cdbe18bc17"
    ],
    "album": "Down 2 Earth",
    "release_id": "ce6ffbad-6945-4c37-9e72-45c7ebb32a94",
    "release_group_id": null,
    "labels": [
        "Ramp Recordings"
    ],
    "label_ids": [
        "f537c77a-3742-4e85-a484-2690791b2e27"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}