Information about plays

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

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

{
    "id": 2680192,
    "uri": "https://api.kexp.org/v2/plays/2680192/?format=api",
    "airdate": "2019-12-31T02:46:00-08:00",
    "show": 46262,
    "show_uri": "https://api.kexp.org/v2/shows/46262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "HEAVEN",
    "track_id": "9bb182ce-bbc9-44d2-992a-8b677a41a44b",
    "recording_id": null,
    "artist": "P-MODEL",
    "artist_ids": [
        "bcc5fb7c-e8c8-4c2e-8f64-c46f1ea2b974"
    ],
    "album": "Perspective II",
    "release_id": "b8d52307-1aa5-4e85-afc3-fc5f53633680",
    "release_group_id": null,
    "labels": [
        "Japan Record"
    ],
    "label_ids": [
        "fb85bd20-85cd-4053-b173-3af9471522c4"
    ],
    "release_date": "1982-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}