Information about plays

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

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

{
    "id": 487017,
    "uri": "https://api.kexp.org/v2/plays/487017/?format=api",
    "airdate": "2001-11-15T18:27:30-08:00",
    "show": 8330,
    "show_uri": "https://api.kexp.org/v2/shows/8330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Willie (feat. Patty Mitchell)",
    "track_id": "4a2ca863-1f0e-4077-8a24-53f1cfefbdcd",
    "recording_id": null,
    "artist": "Ralph Stanley",
    "artist_ids": [
        "845adb53-9281-41ff-a911-c0af49f3c943"
    ],
    "album": "Clinch Mountain Sweethearts",
    "release_id": "7163660d-47c4-497f-ae80-96f55c6d4be3",
    "release_group_id": null,
    "labels": [
        "Rebel"
    ],
    "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"
}