Information about plays

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

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

{
    "id": 532138,
    "uri": "https://api.kexp.org/v2/plays/532138/?format=api",
    "airdate": "2002-03-28T10:36:46-08:00",
    "show": 9212,
    "show_uri": "https://api.kexp.org/v2/shows/9212/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When the Traffic Dies",
    "track_id": "5eba89a0-a5e1-4b79-a995-37ea20dd87d9",
    "recording_id": null,
    "artist": "Woke Up Falling",
    "artist_ids": [
        "41a84b9d-fc0b-4d15-85e5-c46bdc3d1bfa"
    ],
    "album": "Dividing Blue from Blue",
    "release_id": "bd960425-b984-42d1-8da3-a7f7d2c59039",
    "release_group_id": null,
    "labels": [
        "M-Theory"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}