Information about plays

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

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

{
    "id": 441537,
    "uri": "https://api.kexp.org/v2/plays/441537/?format=api",
    "airdate": "2001-07-04T14:25:15-07:00",
    "show": 7449,
    "show_uri": "https://api.kexp.org/v2/shows/7449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Machine",
    "track_id": "cb02b233-8741-4304-b706-c35546642ccc",
    "recording_id": null,
    "artist": "The Denison/Kimball Trio",
    "artist_ids": [
        "a136e64b-88de-40b5-ab04-f338fef36eb8"
    ],
    "album": "Soul Machine",
    "release_id": "2691ac0e-8760-48f2-9bba-2f6fddf7a2e7",
    "release_group_id": null,
    "labels": [
        "Skin Graft"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}