Information about plays

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

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

{
    "id": 462043,
    "uri": "https://api.kexp.org/v2/plays/462043/?format=api",
    "airdate": "2001-09-02T09:32:00-07:00",
    "show": 7844,
    "show_uri": "https://api.kexp.org/v2/shows/7844/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bending Like a Willow Tree",
    "track_id": "29b8eb4e-f096-47b4-b660-1bd6d6e3a7c5",
    "recording_id": null,
    "artist": "Deborah Coleman",
    "artist_ids": [
        "c617335d-9183-42e1-88a2-3fdbc42bc7a6"
    ],
    "album": "Livin' On Love",
    "release_id": "31e3ada7-cd6c-4f37-adbb-02b311c59da1",
    "release_group_id": null,
    "labels": [
        "Blind Pig Records"
    ],
    "label_ids": [
        "285b8d2c-ef67-4fa8-afe8-41cb2101492e"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}